/external/clang/lib/Lex/ |
HeaderSearch.cpp | 226 SmallVectorImpl<char> *SearchPath, 237 if (SearchPath != NULL) { 239 SearchPath->clear(); 240 SearchPath->append(SearchPathRef.begin(), SearchPathRef.end()); 266 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath, 273 if (SearchPath != NULL) { 275 SearchPath->clear(); 276 SearchPath->append(SearchPathRef.begin(), SearchPathRef.end()); 341 SmallVectorImpl<char> *SearchPath, 412 if (SearchPath != NULL) [all...] |
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/chromium_org/tools/cr/cr/actions/ |
gdb.py | 36 gdb_binaries = cr.Host.SearchPath('gdb')
|
ninja.py | 82 ninja_binaries = cr.Host.SearchPath('ninja')
|
/external/chromium_org/tools/cr/cr/commands/ |
sync.py | 49 gclient_binaries = cr.Host.SearchPath('gclient')
|
/external/clang/include/clang/Lex/ |
DirectoryLookup.h | 150 /// \param SearchPath If not NULL, will be set to the search path relative 154 /// SearchPath at which the file was found. This only differs from the 165 SmallVectorImpl<char> *SearchPath, 173 SmallVectorImpl<char> *SearchPath,
|
PPCallbacks.h | 105 /// \param SearchPath Contains the search path which was used to find the file 107 /// SearchPath will be empty. For framework includes, the SearchPath and 110 /// "path/to/Frameworks/Some.framework/Headers/Some.h", SearchPath will be 114 /// \param RelativePath The path relative to SearchPath, at which the include 126 StringRef SearchPath, 338 StringRef SearchPath, 342 FilenameRange, File, SearchPath, RelativePath, 345 FilenameRange, File, SearchPath, RelativePath,
|
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/clang/unittests/Lex/ |
PPCallbacksTest.cpp | 55 StringRef SearchPath, 64 this->SearchPath = SearchPath.str(); 75 SmallString<16> SearchPath; 112 StringRef SearchPath = path::parent_path(HeaderPath); 113 const DirectoryEntry *DE = FileMgr.getDirectory(SearchPath);
|
/external/clang/lib/Frontend/ |
DependencyGraph.cpp | 55 StringRef SearchPath, 77 StringRef SearchPath,
|
DependencyFile.cpp | 65 StringRef SearchPath, 139 StringRef SearchPath,
|
PrintPreprocessedOutput.cpp | 136 StringRef SearchPath, 330 StringRef SearchPath,
|
/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/chromium_org/tools/cr/cr/base/ |
host.py | 132 def SearchPath(cls, name):
|
/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/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...] |
/external/clang/lib/Rewrite/Frontend/ |
InclusionRewriter.cpp | 70 StringRef SearchPath, 176 StringRef /*SearchPath*/,
|
/external/chromium_org/v8/src/ |
platform-win32.cc | [all...] |
/external/clang/tools/libclang/ |
Indexing.cpp | 275 StringRef SearchPath, [all...] |
/external/lzma/CPP/Windows/ |
FileDir.cpp | 671 DWORD value = ::SearchPath(path, fileName, extension,
|
/external/v8/src/ |
platform-win32.cc | [all...] |