Searched refs:Path (Results 1 – 11 of 11) sorted by relevance
/ndk/build/tools/toolchain-patches/mclinker/ |
D | 0003-Fix-mingw-build.patch | 8 include/mcld/Support/Path.h | 6 ++++-- 10 lib/Support/Path.cpp | 4 ++-- 20 diff --git a/include/mcld/Support/Path.h b/include/mcld/Support/Path.h 22 --- a/include/mcld/Support/Path.h 23 +++ b/include/mcld/Support/Path.h 34 class Path 51 Path parent_path() const; 62 const Path dot_path(L"."); 63 const Path dot_dot_path(L".."); 65 diff --git a/lib/Support/Path.cpp b/lib/Support/Path.cpp [all …]
|
/ndk/sources/host-tools/make-3.81/w32/ |
D | pathstuff.c | 27 convert_vpath_to_windows32(char *Path, char to_delim) in convert_vpath_to_windows32() argument 35 for (etok = Path; etok && *etok; etok++) in convert_vpath_to_windows32() 39 return (convert_Path_to_windows32(Path, to_delim)); in convert_vpath_to_windows32() 46 convert_Path_to_windows32(char *Path, char to_delim) in convert_Path_to_windows32() argument 52 for (p = Path, etok = strpbrk(p, ":;"); in convert_Path_to_windows32() 79 return Path; in convert_Path_to_windows32()
|
/ndk/sources/host-tools/make-3.81/w32/include/ |
D | pathstuff.h | 21 extern char * convert_Path_to_windows32(char *Path, char to_delim); 22 extern char * convert_vpath_to_windows32(char *Path, char to_delim);
|
/ndk/sources/cxx-stl/llvm-libc++/test/ |
D | CMakeLists.txt | 11 set(LIT_EXECUTABLE "" CACHE FILEPATH "Path to LLVM's lit.py.")
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | distrib.good | 1 Path: mailnewsgateway
|
D | distrib.sed | 21 Path: mailnewsgateway
|
/ndk/sources/host-tools/make-3.81/ |
D | README.W32 | 140 character directories in paths (VPATH, vpath, Path, PATH), the
|
D | ChangeLog | 866 * main.c (main) [WINDOWS32]: Export PATH to sub-shells, not Path.
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make.texi | 2250 @subsection @code{VPATH}: Search Path for All Prerequisites 6590 (@pxref{General Search, , @code{VPATH} Search Path for All Prerequisites}). 10596 @xref{General Search, , @code{VPATH} Search Path for All Prerequisites}.
|
D | make.info-1 | 1919 4.5.1 `VPATH': Search Path for All Prerequisites 5384 `VPATH' Search Path for All Prerequisites: General Search.). This
|
D | make.info-2 | 2396 *Note `VPATH' Search Path for All Prerequisites: General Search.
|