Home
last modified time | relevance | path

Searched defs:rel_path (Results 1 – 17 of 17) sorted by relevance

/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
Dcmake.py96 def NormjoinPathForceCMakeSource(base_path, rel_path): argument
114 def NormjoinPath(base_path, rel_path): argument
329 def NormjoinRulePathForceCMakeSource(base_path, rel_path, rule_source): argument
/third_party/node/tools/gyp/pylib/gyp/generator/
Dcmake.py96 def NormjoinPathForceCMakeSource(base_path, rel_path): argument
114 def NormjoinPath(base_path, rel_path): argument
329 def NormjoinRulePathForceCMakeSource(base_path, rel_path, rule_source): argument
/third_party/rust/crates/cxx/gen/build/src/
Dpaths.rs19 let mut rel_path = PathBuf::new(); in local_relative_path() localVariable
/third_party/ltp/testcases/kernel/syscalls/faccessat2/
Dfaccessat201.c31 static char *rel_path; variable
Dfaccessat202.c39 static char *rel_path; variable
/third_party/node/deps/v8/tools/testrunner/local/
Dandroid.py136 def run(self, target_dir, binary, args, rel_path, timeout, env=None, argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dos_win32.c154 char * os_rel2abs_path(const char *rel_path) in os_rel2abs_path()
Dos_none.c70 char * os_rel2abs_path(const char *rel_path) in os_rel2abs_path()
Dos_internal.c156 char * os_rel2abs_path(const char *rel_path) in os_rel2abs_path()
Dos_unix.c286 char * os_rel2abs_path(const char *rel_path) in os_rel2abs_path()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dos_win32.c154 char * os_rel2abs_path(const char *rel_path) in os_rel2abs_path()
Dos_none.c70 char * os_rel2abs_path(const char *rel_path) in os_rel2abs_path()
Dos_internal.c162 char * os_rel2abs_path(const char *rel_path) in os_rel2abs_path()
Dos_unix.c292 char * os_rel2abs_path(const char *rel_path) in os_rel2abs_path()
/third_party/nghttp2/src/
Dhttp2.cc1379 const StringRef &rel_path, const StringRef &rel_query) { in path_join()
1729 const StringRef &base_query, const StringRef &rel_path, in path_join()
/third_party/node/deps/v8/third_party/test262-harness/src/
Dtest262.py451 def ShouldRun(self, rel_path, tests): argument
/third_party/nghttp2/examples/
Dlibevent-server.c541 char *rel_path; in on_request_recv() local