| /xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/internal/ |
| H A D | gtest-filepath.h | 48 // FilePath - a class for file and directory pathname manipulation which 53 // A FilePath with a value ending in a path separator ("like/this/") represents 59 class GTEST_API_ FilePath { class in namespace:testing::internal 61 FilePath() : pathname_("") { } function in class:testing::internal::FilePath 62 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { } function in class:testing::internal::FilePath 64 explicit FilePath(const std::string& pathname) : pathname_(pathname) { function in class:testing::internal::FilePath 68 FilePath& operator=(const FilePath& rhs) { 73 void Set(const FilePath [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/internal/ |
| H A D | gtest-filepath.h | 51 // FilePath - a class for file and directory pathname manipulation which 56 // A FilePath with a value ending in a path separator ("like/this/") represents 62 class GTEST_API_ FilePath { class in namespace:testing::internal 64 FilePath() : pathname_("") { } function in class:testing::internal::FilePath 65 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { } function in class:testing::internal::FilePath 67 explicit FilePath(const std::string& pathname) : pathname_(pathname) { function in class:testing::internal::FilePath 71 FilePath& operator=(const FilePath& rhs) { 76 void Set(const FilePath [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gtest/src/ |
| H A D | gtest-filepath.cc | 99 FilePath FilePath::GetCurrentDir() { 103 return FilePath(kCurrentDirectoryString); 106 return FilePath(_getcwd(cwd, sizeof(cwd)) == NULL ? "" : cwd); 114 return FilePath(result == NULL ? kCurrentDirectoryString : cwd); 116 return FilePath(result == NULL ? "" : cwd); 120 // Returns a copy of the FilePath with the case-insensitive extension removed. 121 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns 122 // FilePath("dir/file"). If a case-insensitive extension is not 123 // found, returns a copy of the original FilePath [all...] |
| H A D | gtest-internal-inl.h | 415 GTEST_API_ FilePath GetCurrentExecutableName(); 656 original_working_dir_.Set(FilePath::GetCurrentDir()); 817 internal::FilePath original_working_dir_;
|
| H A D | gtest.cc | 399 FilePath GetCurrentExecutableName() { 400 FilePath result; 403 result.Set(FilePath(GetArgvs()[0]).RemoveExtension("exe")); 405 result.Set(FilePath(GetArgvs()[0])); 433 return internal::FilePath::ConcatPaths( 434 internal::FilePath( 436 internal::FilePath(kDefaultOutputFile)).string(); 438 internal::FilePath output_name(colon + 1); 444 output_name = internal::FilePath::ConcatPaths( 445 internal::FilePath(UnitTes [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gtest/src/ |
| H A D | gtest-filepath.cc | 94 FilePath FilePath::GetCurrentDir() { 99 return FilePath(kCurrentDirectoryString); 102 return FilePath(_getcwd(cwd, sizeof(cwd)) == nullptr ? "" : cwd); 110 return FilePath(result == nullptr ? kCurrentDirectoryString : cwd); 112 return FilePath(result == nullptr ? "" : cwd); 116 // Returns a copy of the FilePath with the case-insensitive extension removed. 117 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns 118 // FilePath("dir/file"). If a case-insensitive extension is not 119 // found, returns a copy of the original FilePath [all...] |
| H A D | gtest-internal-inl.h | 416 GTEST_API_ FilePath GetCurrentExecutableName(); 684 original_working_dir_.Set(FilePath::GetCurrentDir()); 842 internal::FilePath original_working_dir_;
|
| H A D | gtest.cc | 187 FilePath output_file_path(output_file); 188 FilePath output_dir(output_file_path.RemoveFileName()); 422 FilePath GetCurrentExecutableName() { 423 FilePath result; 426 result.Set(FilePath(GetArgvs()[0]).RemoveExtension("exe")); 428 result.Set(FilePath(GetArgvs()[0])); 457 return internal::FilePath::MakeFileName( 458 internal::FilePath( 460 internal::FilePath(kDefaultOutputFile), 0, 463 internal::FilePath output_nam [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | dbghelp.h | 130 typedef BOOL (CALLBACK *PENUMDIRTREE_CALLBACK)(LPCSTR FilePath,PVOID CallerData); 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);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | dbghelp.h | 130 typedef BOOL (CALLBACK *PENUMDIRTREE_CALLBACK)(LPCSTR FilePath,PVOID CallerData); 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);
|