Searched refs:dirpath (Results 1 – 3 of 3) sorted by relevance
/ndk/sources/host-tools/make-3.81/ |
D | vpath.c | 159 construct_vpath_list (char *pattern, char *dirpath) in construct_vpath_list() argument 174 if (dirpath == 0) in construct_vpath_list() 213 convert_vpath_to_windows32(dirpath, ';'); in construct_vpath_list() 221 p = dirpath; in construct_vpath_list() 230 p = dirpath; in construct_vpath_list()
|
D | make.h | 452 extern void construct_vpath_list PARAMS ((char *pattern, char *dirpath));
|
/ndk/sources/host-tools/ndk-depends/ |
D | ndk-depends.cc | 860 String dirpath(begin, len); in AddHostLdSoConfPaths() local 862 if (::stat(dirpath.c_str(), &st) != 0) { in AddHostLdSoConfPaths() 863 LOG("Could not stat(): %s: %s\n", dirpath.c_str(), strerror(errno)); in AddHostLdSoConfPaths() 865 LOG("Not a directory: %s\n", dirpath.c_str()); in AddHostLdSoConfPaths() 867 DLOG("%s: Adding %s\n", __FUNCTION__, dirpath.c_str()); in AddHostLdSoConfPaths() 868 lib_search_path->push_back(dirpath); in AddHostLdSoConfPaths()
|