/external/chromium_org/chrome/installer/util/ |
installer_util_test_common.h | 9 class FilePath; 18 bool CopyFileHierarchy(const base::FilePath& from, const base::FilePath& to);
|
/external/chromium_org/chrome/test/chromedriver/chrome/ |
chrome_finder_mac.mm | 10 void GetApplicationDirs(std::vector<base::FilePath>* app_dirs) { 11 base::FilePath user_app_dir; 14 base::FilePath local_app_dir;
|
/external/chromium_org/content/browser/fileapi/ |
sandbox_database_test_helper.h | 13 class FilePath; 18 void CorruptDatabase(const base::FilePath& db_path, 23 void DeleteDatabaseFile(const base::FilePath& db_path,
|
/external/chromium_org/content/shell/app/ |
paths_mac.h | 9 class FilePath; 19 base::FilePath GetResourcesPakFilePath(); 22 base::FilePath GetInfoPlistPath();
|
/external/chromium_org/extensions/common/ |
extension_resource_unittest.cc | 27 const base::FilePath::StringType ToLower( 28 const base::FilePath::StringType& in_str) { 29 base::FilePath::StringType str(in_str); 35 base::FilePath root_path; 37 base::FilePath relative_path; 52 base::FilePath inner_dir = temp.path().AppendASCII("directory"); 54 base::FilePath sub_dir = inner_dir.AppendASCII("subdir"); 56 base::FilePath inner_file = inner_dir.AppendASCII("inner"); 57 base::FilePath outer_file = temp.path().AppendASCII("outer"); 63 base::FilePath symlink_file = inner_dir.AppendASCII("symlink") [all...] |
file_util.h | 20 class FilePath; 31 extern const base::FilePath::CharType kTempDirectoryName[]; 36 base::FilePath InstallExtension(const base::FilePath& unpacked_source_dir, 39 const base::FilePath& extensions_dir); 42 void UninstallExtension(const base::FilePath& extensions_dir, 47 scoped_refptr<Extension> LoadExtension(const base::FilePath& extension_root, 53 scoped_refptr<Extension> LoadExtension(const base::FilePath& extension_root, 61 base::DictionaryValue* LoadManifest(const base::FilePath& extension_root, 66 const base::FilePath& extension_root [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/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/browser/chromeos/drive/ |
fake_file_system.h | 49 const base::FilePath& local_src_file_path, 50 const base::FilePath& remote_dest_file_path, 52 virtual void OpenFile(const base::FilePath& file_path, 56 virtual void Copy(const base::FilePath& src_file_path, 57 const base::FilePath& dest_file_path, 60 virtual void Move(const base::FilePath& src_file_path, 61 const base::FilePath& dest_file_path, 63 virtual void Remove(const base::FilePath& file_path, 66 virtual void CreateDirectory(const base::FilePath& directory_path, 70 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/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/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_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/local_discovery/storage/ |
privet_filesystem_attribute_cache.h | 21 const base::File::Info* GetFileInfo(const base::FilePath& full_path); 24 void AddFileInfoFromJSON(const base::FilePath& full_path, 28 typedef std::map<base::FilePath, base::File::Info> FileInfoMap; 30 void AddEntryInfoFromJSON(const base::FilePath& full_path,
|
/external/chromium_org/chrome/browser/media/ |
webrtc_log_list.h | 21 static base::FilePath GetWebRtcLogDirectoryForProfile( 22 const base::FilePath& profile_path); 26 static base::FilePath GetWebRtcLogListFileForDirectory( 27 const base::FilePath& dir);
|
/external/chromium_org/chrome/browser/parsers/ |
metadata_parser_jpeg_factory.cc | 15 bool MetadataParserJpegFactory::CanParse(const base::FilePath& path, 19 base::FilePath::StringType ext = base::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 | 17 const base::FilePath& web_app_path, 25 void DeletePlatformShortcuts(const base::FilePath& web_app_path, 29 const base::FilePath& web_app_path, 34 void DeleteAllShortcutsForProfile(const base::FilePath& profile_path) {}
|
web_app_chromeos.cc | 17 const base::FilePath& web_app_path, 25 void DeletePlatformShortcuts(const base::FilePath& web_app_path, 29 const base::FilePath& web_app_path, 34 void DeleteAllShortcutsForProfile(const base::FilePath& profile_path) {}
|
/external/chromium_org/chrome/common/importer/ |
firefox_importer_utils_linux.cc | 12 base::FilePath GetProfilesINI() { 13 base::FilePath ini_file; 16 base::FilePath home; 24 return base::FilePath();
|