Home
last modified time | relevance | path

Searched defs:CHDIR (Results 1 – 2 of 2) sorted by relevance

/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/http/makefsdata/
H A Dmakefsdata.c66 #define CHDIR(path) SetCurrentDirectoryA(path) macro
72 #define CHDIR(path) chdir(path) macro
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/httpd/makefsdata/
H A Dmakefsdata.c83 #define CHDIR(path) SetCurrentDirectoryA(path) macro
100 #define CHDIR(path) chdir(path) macro