/external/chromium_org/sandbox/win/src/ |
process_thread_dispatcher.cc | 77 result = ::SearchPath(NULL, path->c_str(), NULL, MAX_PATH, file_buffer, 83 result = ::SearchPath(child_current_directory.c_str(), path->c_str(), NULL,
|
/external/clang/lib/Frontend/ |
DependencyFile.cpp | 65 StringRef SearchPath, 139 StringRef SearchPath,
|
PrintPreprocessedOutput.cpp | 136 StringRef SearchPath, 330 StringRef SearchPath,
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
dbghelp.h | 61 BOOL IMAGEAPI SymFindFileInPath(HANDLE hprocess,LPSTR SearchPath,LPSTR FileName,PVOID id,DWORD two,DWORD three,DWORD flags,LPSTR FoundFile,PFINDFILEINPATHCALLBACK callback,PVOID context); 724 BOOL IMAGEAPI SymGetSearchPath(HANDLE hProcess,PSTR SearchPath,DWORD SearchPathLength); 725 BOOL IMAGEAPI SymSetSearchPath(HANDLE hProcess,PSTR SearchPath); 869 DBHLP_DEPRECIATED BOOL IMAGEAPI FindFileInPath(HANDLE hprocess,LPSTR SearchPath,LPSTR FileName,PVOID id,DWORD two,DWORD three,DWORD flags,LPSTR FilePath); 870 DBHLP_DEPRECIATED BOOL IMAGEAPI FindFileInSearchPath(HANDLE hprocess,LPSTR SearchPath,LPSTR FileName,DWORD one,DWORD two,DWORD three,LPSTR FilePath); [all...] |
/external/clang/include/clang/Lex/ |
HeaderSearch.h | 358 /// \param SearchPath If non-null, will be set to the search path relative 359 /// to which the file was found. If the include path is absolute, SearchPath 363 /// SearchPath at which the file was found. This only differs from the 373 SmallVectorImpl<char> *SearchPath, 387 SmallVectorImpl<char> *SearchPath,
|
PreprocessingRecord.h | 571 StringRef SearchPath,
|
Preprocessor.h | [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
dbghelp.h | 61 BOOL IMAGEAPI SymFindFileInPath(HANDLE hprocess,LPSTR SearchPath,LPSTR FileName,PVOID id,DWORD two,DWORD three,DWORD flags,LPSTR FoundFile,PFINDFILEINPATHCALLBACK callback,PVOID context); 724 BOOL IMAGEAPI SymGetSearchPath(HANDLE hProcess,PSTR SearchPath,DWORD SearchPathLength); 725 BOOL IMAGEAPI SymSetSearchPath(HANDLE hProcess,PSTR SearchPath); 869 DBHLP_DEPRECIATED BOOL IMAGEAPI FindFileInPath(HANDLE hprocess,LPSTR SearchPath,LPSTR FileName,PVOID id,DWORD two,DWORD three,DWORD flags,LPSTR FilePath); 870 DBHLP_DEPRECIATED BOOL IMAGEAPI FindFileInSearchPath(HANDLE hprocess,LPSTR SearchPath,LPSTR FileName,DWORD one,DWORD two,DWORD three,LPSTR FilePath); [all...] |
/libcore/dalvik/src/main/java/dalvik/system/ |
DexPathList.java | 186 private static void splitAndAdd(String searchPath, boolean directoriesOnly, 188 if (searchPath == null) { 191 for (String path : searchPath.split(":")) {
|
/external/chromium_org/tools/cr/cr/base/ |
host.py | 132 def SearchPath(cls, name):
|
/external/icu4c/config/ |
icu-config | 378 echo " --cppflags-searchpath Print only -I include directives (-Iinclude)" 396 echo " --ldflags-searchpath Print only -L (search path) directive" 584 --cppflags-searchpath) 629 --ldflags-searchpath)
|
/external/llvm/lib/Support/Windows/ |
Program.inc | 53 DWORD len = SearchPath(NULL, progName.c_str(), ".exe", MAX_PATH, 67 DWORD len2 = SearchPath(NULL, progName.c_str(), ".exe", len+1, &buffer[0], &dummy);
|
/external/clang/lib/Lex/ |
PPDirectives.cpp | 541 SmallVectorImpl<char> *SearchPath, 568 SearchPath, RelativePath, SuggestedModule, SkipCache); 602 SearchPath, RelativePath, 613 Filename, CurFileEnt, SearchPath, RelativePath, [all...] |
PreprocessingRecord.cpp | 439 StringRef SearchPath,
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
nsis.php | 94 'Reboot', 'RegDLL', 'Rename', 'ReserveFile', 'Return', 'RMDir', 'SearchPath', 'SectionGetFlags',
|
/external/clang/lib/Rewrite/Frontend/ |
InclusionRewriter.cpp | 70 StringRef SearchPath, 176 StringRef /*SearchPath*/,
|
/external/smack/src/org/xbill/DNS/ |
ResolverConfig.java | 477 searchPath() {
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
bundlebuilder.py | 733 def findPackageContents(name, searchpath=None): 738 fp, path, (ext, mode, tp) = imp.find_module(head, searchpath) [all...] |
/external/lzma/CPP/Windows/ |
FileDir.cpp | 671 DWORD value = ::SearchPath(path, fileName, extension,
|
/external/chromium_org/third_party/mesa/src/ |
configure.ac | 984 AC_ARG_WITH([dri-searchpath], 985 [AS_HELP_STRING([--with-dri-searchpath=DIRS...], [all...] |
/external/mesa3d/ |
configure.ac | 984 AC_ARG_WITH([dri-searchpath], 985 [AS_HELP_STRING([--with-dri-searchpath=DIRS...], [all...] |
/external/clang/tools/libclang/ |
Indexing.cpp | 275 StringRef SearchPath, [all...] |
/external/libmtp/ |
aclocal.m4 | [all...] |
/external/chromium_org/v8/src/ |
platform-win32.cc | [all...] |
/external/v8/src/ |
platform-win32.cc | [all...] |