Home
last modified time | relevance | path

Searched refs:appPath (Results 1 – 2 of 2) sorted by relevance

/components/net/lwip/lwip-2.0.3/src/apps/httpd/makefsdata/
A Dmakefsdata.c194 char appPath[MAX_PATH_LEN]; in main() local
203 memset(appPath, 0, sizeof(appPath)); in main()
272 GETCWD(appPath, MAX_PATH_LEN); in main()
280 CHDIR(appPath); in main()
341 CHDIR(appPath); in main()
/components/net/lwip/lwip-2.1.2/src/apps/http/makefsdata/
A Dmakefsdata.c182 char appPath[MAX_PATH_LEN]; in main() local
191 memset(appPath, 0, sizeof(appPath)); in main()
275 GETCWD(appPath, MAX_PATH_LEN); in main()
283 CHDIR(appPath); in main()
343 CHDIR(appPath); in main()

Completed in 23 milliseconds