/external/chromium/testing/gtest/include/gtest/internal/ |
gtest-filepath.h | 32 // Google Test filepath utilities 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 { 61 FilePath() : pathname_("") { } 62 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { } 64 explicit FilePath(const char* pathname) : pathname_(pathname) { 68 explicit FilePath(const String& pathname) : pathname_(pathname) { 72 FilePath& operator=(const FilePath& rhs) [all...] |
/external/chromium_org/chrome/common/extensions/ |
extension_unittest.cc | 30 using base::FilePath; 105 const FilePath valid_path_test_cases[] = { 106 FilePath(FILE_PATH_LITERAL("manifest.json")), 107 FilePath(FILE_PATH_LITERAL("a/b/c/manifest.json")), 108 FilePath(FILE_PATH_LITERAL("com/manifest.json")), 109 FilePath(FILE_PATH_LITERAL("lpt/manifest.json")), 111 const FilePath invalid_path_test_cases[] = { 113 FilePath(FILE_PATH_LITERAL("src/")), 115 FilePath(FILE_PATH_LITERAL("C:\\manifest.json")), 117 FilePath(FILE_PATH_LITERAL("a\\b\\c\\manifest.json")) [all...] |
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/ |
gtest-filepath.h | 32 // Google Test filepath utilities 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 { 61 FilePath() : pathname_("") { } 62 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { } 64 explicit FilePath(const char* pathname) : pathname_(pathname) { 68 explicit FilePath(const String& pathname) : pathname_(pathname) { 72 FilePath& operator=(const FilePath& rhs) [all...] |
/external/gtest/include/gtest/internal/ |
gtest-filepath.h | 32 // Google Test filepath utilities 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 { 61 FilePath() : pathname_("") { } 62 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { } 64 explicit FilePath(const char* pathname) : pathname_(pathname) { 68 explicit FilePath(const String& pathname) : pathname_(pathname) { 72 FilePath& operator=(const FilePath& rhs) [all...] |
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
gtest-filepath.h | 32 // Google Test filepath utilities 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 { 61 FilePath() : pathname_("") { } 62 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { } 64 explicit FilePath(const char* pathname) : pathname_(pathname) { 68 explicit FilePath(const String& pathname) : pathname_(pathname) { 72 FilePath& operator=(const FilePath& rhs) [all...] |
/external/mesa3d/src/gtest/include/gtest/internal/ |
gtest-filepath.h | 32 // Google Test filepath utilities 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 { 61 FilePath() : pathname_("") { } 62 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { } 64 explicit FilePath(const char* pathname) : pathname_(pathname) { 68 explicit FilePath(const String& pathname) : pathname_(pathname) { 72 FilePath& operator=(const FilePath& rhs) [all...] |
/external/chromium_org/chrome/test/mini_installer_test/ |
installer_path_provider.cc | 23 base::FilePath path; 33 bool FindMatchingFiles(const base::FilePath& root, 36 std::vector<base::FilePath>* paths) { 38 base::FilePath().AppendASCII(pattern).value()); 40 for (base::FilePath current = files.Next(); !current.empty(); 59 bool FindNewestMatchingFile(const base::FilePath& root, 62 base::FilePath* path) { 63 std::vector<base::FilePath> paths; 76 base::FilePath full_installer, previous_installer; 88 base::FilePath full_installer, previous_installer [all...] |
/external/chromium_org/chrome/browser/chromeos/drive/ |
fake_file_system.h | 50 const base::FilePath& local_src_file_path, 51 const base::FilePath& remote_dest_file_path, 53 virtual void OpenFile(const base::FilePath& file_path, 57 virtual void Copy(const base::FilePath& src_file_path, 58 const base::FilePath& dest_file_path, 61 virtual void Move(const base::FilePath& src_file_path, 62 const base::FilePath& dest_file_path, 65 virtual void Remove(const base::FilePath& file_path, 68 virtual void CreateDirectory(const base::FilePath& directory_path, 72 virtual void CreateFile(const base::FilePath& file_path [all...] |
/external/chromium_org/testing/gtest/include/gtest/internal/ |
gtest-filepath.h | 32 // Google Test filepath utilities 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 { 61 FilePath() : pathname_("") { } 62 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { } 64 explicit FilePath(const std::string& pathname) : pathname_(pathname) { 68 FilePath& operator=(const FilePath& rhs) [all...] |
/external/open-vcdiff/gtest/include/gtest/internal/ |
gtest-filepath.h | 32 // Google Test filepath utilities 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 FilePath { 61 FilePath() : pathname_("") { } 62 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { } 64 explicit FilePath(const char* pathname) : pathname_(pathname) { 68 explicit FilePath(const String& pathname) : pathname_(pathname) { 72 FilePath& operator=(const FilePath& rhs) [all...] |
/external/protobuf/gtest/include/gtest/internal/ |
gtest-filepath.h | 32 // Google Test filepath utilities 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 FilePath { 61 FilePath() : pathname_("") { } 62 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { } 64 explicit FilePath(const char* pathname) : pathname_(pathname) { 68 explicit FilePath(const String& pathname) : pathname_(pathname) { 72 FilePath& operator=(const FilePath& rhs) [all...] |
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
gtest-filepath.h | 32 // Google Test filepath utilities 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 { 61 FilePath() : pathname_("") { } 62 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { } 64 explicit FilePath(const std::string& pathname) : pathname_(pathname) { 68 FilePath& operator=(const FilePath& rhs) [all...] |
/device/asus/tilapia/recovery/lib/ |
downloadFN.h | 6 void SetTraceFile(char *filepath);
|
/external/chromium/base/ |
base_paths_win.cc | 20 bool PathProviderWin(int key, FilePath* result) { 30 FilePath cur; 34 cur = FilePath(system_buffer); 41 cur = FilePath(system_buffer); 46 cur = FilePath(system_buffer); 50 cur = FilePath(system_buffer); 56 cur = FilePath(system_buffer); 62 cur = FilePath(system_buffer); 68 cur = FilePath(system_buffer); 74 cur = FilePath(system_buffer) [all...] |
/external/chromium/chrome/browser/importer/ |
nss_decryptor_null.h | 15 class FilePath; 26 bool Init(const FilePath& dll_path, const FilePath& db_path) { return false; } 30 bool ReadAndParseSignons(const FilePath& sqlite_file,
|
/external/chromium/chrome/browser/parsers/ |
metadata_parser_jpeg_factory.cc | 15 bool MetadataParserJpegFactory::CanParse(const FilePath& path, 19 FilePath::StringType ext = UTF8ToWide(std::string(".jpg")); 21 FilePath::StringType ext = ".jpg"; 26 MetadataParser* MetadataParserJpegFactory::CreateParser(const FilePath& path) {
|
/external/chromium/net/base/ |
cert_test_util.h | 13 class FilePath; 19 // Returns a FilePath object representing the src/net/data/ssl/certificates 21 FilePath GetTestCertsDirectory(); 27 scoped_refptr<X509Certificate> ImportCertFromFile(const FilePath& certs_dir,
|
/external/chromium/testing/gtest/src/ |
gtest-filepath.cc | 32 #include "gtest/internal/gtest-filepath.h" 100 FilePath FilePath::GetCurrentDir() { 104 return FilePath(kCurrentDirectoryString); 107 return FilePath(_getcwd(cwd, sizeof(cwd)) == NULL ? "" : cwd); 110 return FilePath(getcwd(cwd, sizeof(cwd)) == NULL ? "" : cwd); 114 // Returns a copy of the FilePath with the case-insensitive extension removed. 115 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns 116 // FilePath("dir/file"). If a case-insensitive extension is not 117 // found, returns a copy of the original FilePath [all...] |
/external/chromium_org/base/ |
file_util_mac.mm | 19 bool CopyFileUnsafe(const FilePath& from_path, const FilePath& to_path) { 27 bool GetTempDir(base::FilePath* path) { 35 bool GetShmemTempDir(bool executable, base::FilePath* path) {
|
/external/chromium_org/base/process/ |
process_handle_linux.cc | 20 FilePath GetProcessExecutablePath(ProcessHandle process) { 21 FilePath stat_file = internal::GetProcPidDir(process).Append("exe"); 22 FilePath exe_name; 25 return FilePath();
|
/external/chromium_org/chrome/browser/parsers/ |
metadata_parser_jpeg_factory.cc | 15 bool MetadataParserJpegFactory::CanParse(const base::FilePath& path, 19 base::FilePath::StringType ext = UTF8ToWide(std::string(".jpg")); 21 base::FilePath::StringType ext = ".jpg"; 27 const base::FilePath& path) {
|
/external/chromium_org/chrome/browser/profiles/ |
file_path_verifier_win.h | 11 class FilePath; 25 PathComparisonReason ComparePathsIgnoreCase(const base::FilePath& path1, 26 const base::FilePath& path2); 32 void VerifyPreferencesFile(const base::FilePath& pref_file_path);
|
profile_shortcut_manager_win.h | 20 base::FilePath GetProfileIconPath(const base::FilePath& profile_path); 29 base::string16 CreateProfileShortcutFlags(const base::FilePath& profile_path); 57 const base::FilePath& profile_path) OVERRIDE; 59 const base::FilePath& profile_path) OVERRIDE; 61 const base::FilePath& profile_path) OVERRIDE; 63 const base::FilePath& profile_path, 65 virtual void GetShortcutProperties(const base::FilePath& profile_path, 68 base::FilePath* icon_path) OVERRIDE; 71 virtual void OnProfileAdded(const base::FilePath& profile_path) OVERRIDE [all...] |
/external/chromium_org/chrome/browser/web_applications/ |
web_app_android.cc | 11 const base::FilePath& web_app_path, 19 const base::FilePath& web_app_path, 23 const base::FilePath& web_app_path, 27 void DeleteAllShortcutsForProfile(const base::FilePath& profile_path) {}
|
web_app_chromeos.cc | 11 const base::FilePath& web_app_path, 19 const base::FilePath& web_app_path, 23 const base::FilePath& web_app_path, 27 void DeleteAllShortcutsForProfile(const base::FilePath& profile_path) {}
|