HomeSort by relevance Sort by last modified time
    Searched refs:SearchPath (Results 1 - 25 of 25) sorted by null

  /external/chromium_org/tools/cr/cr/actions/
gdb.py 36 gdb_binaries = cr.Host.SearchPath('gdb')
ninja.py 109 ninja_binaries = cr.Host.SearchPath('ninja')
113 goma_binaries = cr.Host.SearchPath('gomacc', [
  /external/clang/include/clang/Lex/
DirectoryLookup.h 154 /// \param SearchPath If not NULL, will be set to the search path relative
158 /// SearchPath at which the file was found. This only differs from the
173 SmallVectorImpl<char> *SearchPath,
183 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,
358 StringRef SearchPath, StringRef RelativePath,
361 FilenameRange, File, SearchPath, RelativePath,
364 FilenameRange, File, SearchPath, RelativePath,
HeaderSearch.h 376 /// \param SearchPath If non-null, will be set to the search path relative
377 /// to which the file was found. If the include path is absolute, SearchPath
381 /// SearchPath at which the file was found. This only differs from the
391 SmallVectorImpl<char> *SearchPath,
405 SmallVectorImpl<char> *SearchPath,
PreprocessingRecord.h 576 const FileEntry *File, StringRef SearchPath,
Preprocessor.h     [all...]
  /external/clang/unittests/Lex/
PPCallbacksTest.cpp 65 StringRef SearchPath,
74 this->SearchPath = SearchPath.str();
85 SmallString<16> SearchPath;
145 StringRef SearchPath = path::parent_path(HeaderPath);
146 const DirectoryEntry *DE = FileMgr.getDirectory(SearchPath);
  /external/clang/lib/Lex/
HeaderSearch.cpp 266 SmallVectorImpl<char> *SearchPath,
280 if (SearchPath) {
282 SearchPath->clear();
283 SearchPath->append(SearchPathRef.begin(), SearchPathRef.end());
296 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath,
323 if (SearchPath) {
325 SearchPath->clear();
326 SearchPath->append(SearchPathRef.begin(), SearchPathRef.end());
391 SmallVectorImpl<char> *SearchPath,
462 if (SearchPath) {
    [all...]
PPDirectives.cpp 566 SmallVectorImpl<char> *SearchPath,
606 Filename, FilenameLoc, isAngled, FromDir, CurDir, Includers, SearchPath,
622 SearchPath, RelativePath,
638 Filename, CurFileEnt, SearchPath, RelativePath,
    [all...]
PreprocessingRecord.cpp 443 StringRef SearchPath,
  /external/chromium_org/tools/cr/cr/commands/
sync.py 54 gclient_binaries = cr.Host.SearchPath('gclient')
  /external/clang/lib/Frontend/
DependencyGraph.cpp 52 StringRef SearchPath, StringRef RelativePath,
73 StringRef SearchPath,
DependencyFile.cpp 70 StringRef SearchPath, StringRef RelativePath,
163 StringRef SearchPath, StringRef RelativePath,
266 StringRef SearchPath,
PrintPreprocessedOutput.cpp 133 StringRef SearchPath, StringRef RelativePath,
324 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 165 def SearchPath(cls, name, paths=[]):
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_dbg_common.h 30 WINBOOL IMAGEAPI SymFindFileInPath(HANDLE hprocess,PCSTR SearchPath,PCSTR FileName,PVOID id,DWORD two,DWORD three,DWORD flags,LPSTR FoundFile,PFINDFILEINPATHCALLBACK callback,PVOID context);
31 WINBOOL IMAGEAPI SymFindFileInPathW(HANDLE hprocess,PCWSTR SearchPath,PCWSTR FileName,PVOID id,DWORD two,DWORD three,DWORD flags,LPSTR FoundFile,PFINDFILEINPATHCALLBACKW callback,PVOID context);
817 WINBOOL IMAGEAPI SymGetSearchPath(HANDLE hProcess,PSTR SearchPath,DWORD SearchPathLength);
818 WINBOOL IMAGEAPI SymGetSearchPathW(HANDLE hProcess,PWSTR SearchPath,DWORD SearchPathLength);
819 WINBOOL IMAGEAPI SymSetSearchPath(HANDLE hProcess,PCSTR SearchPath);
820 WINBOOL IMAGEAPI SymSetSearchPathW(HANDLE hProcess,PCWSTR SearchPath);
    [all...]
  /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 66 StringRef SearchPath, StringRef RelativePath,
175 StringRef /*SearchPath*/,
  /external/chromium_org/v8/src/
platform-win32.cc 944 OUT PSTR SearchPath,
    [all...]
  /external/clang/tools/libclang/
Indexing.cpp 273 StringRef SearchPath, StringRef RelativePath,
    [all...]
  /external/lzma/CPP/Windows/
FileDir.cpp 671 DWORD value = ::SearchPath(path, fileName, extension,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winbase.h     [all...]

Completed in 499 milliseconds