Home
last modified time | relevance | path

Searched refs:Path (Results 1 – 11 of 11) sorted by relevance

/ndk/build/tools/toolchain-patches/mclinker/
D0003-Fix-mingw-build.patch8 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/
Dpathstuff.c27 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/
Dpathstuff.h21 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/
DCMakeLists.txt11 set(LIT_EXECUTABLE "" CACHE FILEPATH "Path to LLVM's lit.py.")
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Ddistrib.good1 Path: mailnewsgateway
Ddistrib.sed21 Path: mailnewsgateway
/ndk/sources/host-tools/make-3.81/
DREADME.W32140 character directories in paths (VPATH, vpath, Path, PATH), the
DChangeLog866 * main.c (main) [WINDOWS32]: Export PATH to sub-shells, not Path.
/ndk/sources/host-tools/make-3.81/doc/
Dmake.texi2250 @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}.
Dmake.info-11919 4.5.1 `VPATH': Search Path for All Prerequisites
5384 `VPATH' Search Path for All Prerequisites: General Search.). This
Dmake.info-22396 *Note `VPATH' Search Path for All Prerequisites: General Search.