| /external/llvm/lib/Support/ |
| Process.cpp | 88 SmallString<128> FilePath(Dir); 89 path::append(FilePath, FileName); 90 if (fs::exists(Twine(FilePath))) { 91 FoundPath = FilePath.str();
|
| /external/chromium_org/base/ |
| command_line.h | 28 class FilePath; 48 explicit CommandLine(const FilePath& program); 111 FilePath GetProgram() const; 112 void SetProgram(const FilePath& program); 121 FilePath GetSwitchValuePath(const std::string& switch_string) const; 131 const FilePath& path); 151 void AppendArgPath(const FilePath& value);
|
| /external/chromium_org/base/prefs/ |
| json_pref_store.h | 27 class FilePath; 43 const base::FilePath& pref_filename, 47 JsonPrefStore(const base::FilePath& pref_filename, 58 JsonPrefStore(const base::FilePath& pref_filename, 59 const base::FilePath& pref_alternate_filename, 129 const base::FilePath path_; 130 const base::FilePath alternate_path_;
|
| /external/chromium_org/chrome/browser/chromeos/drive/ |
| fake_file_system.cc | 48 const base::FilePath& local_src_file_path, 49 const base::FilePath& remote_dest_file_path, 54 void FakeFileSystem::OpenFile(const base::FilePath& file_path, 61 void FakeFileSystem::Copy(const base::FilePath& src_file_path, 62 const base::FilePath& dest_file_path, 68 void FakeFileSystem::Move(const base::FilePath& src_file_path, 69 const base::FilePath& dest_file_path, 74 void FakeFileSystem::Remove(const base::FilePath& file_path, 81 const base::FilePath& directory_path, 88 void FakeFileSystem::CreateFile(const base::FilePath& file_path [all...] |
| /external/chromium_org/chrome/browser/chromeos/drive/file_system/ |
| copy_operation_unittest.cc | 38 const base::FilePath local_src_path = temp_dir().AppendASCII("local.txt"); 39 const base::FilePath remote_dest_path( 72 const base::FilePath local_src_path = temp_dir().AppendASCII("local.txt"); 73 const base::FilePath remote_dest_path( 106 const base::FilePath local_src_path = temp_dir().AppendASCII("local.gdoc"); 107 const base::FilePath remote_dest_path(FILE_PATH_LITERAL( 140 const base::FilePath local_src_path = temp_dir().AppendASCII("local.gdoc"); 141 const base::FilePath remote_dest_path(FILE_PATH_LITERAL( 176 const base::FilePath local_src_path = temp_dir().AppendASCII("local.gdoc"); 177 const base::FilePath remote_dest_path(FILE_PATH_LITERAL [all...] |
| move_operation.cc | 21 const base::FilePath& src_path, 22 const base::FilePath& dest_path, 23 std::set<base::FilePath>* changed_directories, 42 base::FilePath(dest_path.Extension()).AsUTF8Unsafe(); 81 void MoveOperation::Move(const base::FilePath& src_file_path, 82 const base::FilePath& dest_file_path, 87 std::set<base::FilePath>* changed_directories = new std::set<base::FilePath>; 107 const std::set<base::FilePath>* changed_directories, 113 for (std::set<base::FilePath>::const_iterator it [all...] |
| move_operation_unittest.cc | 27 const base::FilePath src_path( 29 const base::FilePath dest_path( 57 base::FilePath src_path(FILE_PATH_LITERAL("drive/root/File 1.txt")); 58 base::FilePath dest_path( 87 base::FilePath src_path(FILE_PATH_LITERAL("drive/root/Dummy file.txt")); 88 base::FilePath dest_path(FILE_PATH_LITERAL("drive/root/Test.log")); 103 base::FilePath src_path(FILE_PATH_LITERAL("drive/root/File 1.txt")); 104 base::FilePath dest_path(FILE_PATH_LITERAL("drive/root/Dummy/Test.log")); 121 base::FilePath src_path(FILE_PATH_LITERAL("drive/root/File 1.txt")); 122 base::FilePath dest_path [all...] |
| /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/ |
| private_api_file_system.h | 18 class FilePath; 79 const base::FilePath& local_path, 80 const base::FilePath& virtual_path, 102 const base::FilePath& local_path, 103 const base::FilePath& virtual_path, 120 const base::FilePath& local_path, 121 const base::FilePath& virtual_path,
|
| /external/chromium_org/chrome/browser/download/ |
| chrome_download_manager_delegate_unittest.cc | 86 const base::FilePath& suggested_virtual_path, 88 callback.Run(base::FilePath(), 94 const base::FilePath& virtual_path, 107 const base::FilePath& suggested_path, 110 base::FilePath return_path = MockPromptUserForDownloadPath(download, 118 base::FilePath( 120 const base::FilePath&, 142 base::FilePath GetPathInDownloadDir(const char* path); 145 void SetDefaultDownloadPath(const base::FilePath& path); 156 const base::FilePath& default_download_path() const [all...] |
| /external/chromium_org/chrome/browser/media_galleries/win/ |
| mtp_device_delegate_impl_win.h | 21 class FilePath; 94 const base::FilePath& file_path, 98 const base::FilePath& root, 102 const base::FilePath& device_file_path, 103 const base::FilePath& local_path, 108 const base::FilePath& device_file_path, 186 const base::FilePath& snapshot_file_path,
|
| /external/chromium_org/chrome/browser/plugins/ |
| plugin_prefs.h | 65 void EnablePlugin(bool enable, const base::FilePath& file_path, 94 bool Get(const base::FilePath& plugin, bool* enabled) const; 95 void Set(const base::FilePath& plugin, bool enabled); 98 base::FilePath ConvertMapKey(const base::FilePath& plugin) const; 100 std::map<base::FilePath, bool> state_; 123 const base::FilePath& path,
|
| /external/chromium_org/chrome/browser/safe_browsing/ |
| safe_browsing_store_file.h | 130 virtual void Init(const base::FilePath& filename, 175 static const base::FilePath TemporaryFileForFilename( 176 const base::FilePath& filename) { 177 return base::FilePath(filename.value() + FILE_PATH_LITERAL("_new")); 181 static bool DeleteStore(const base::FilePath& basename); 194 static void CheckForOriginalAndDelete(const base::FilePath& filename); 241 base::FilePath filename_;
|
| /external/chromium_org/chrome/browser/sync_file_system/ |
| syncable_file_system_util_unittest.cc | 32 const base::FilePath::CharType kPath[] = FILE_PATH_LITERAL("dir/file"); 38 base::FilePath CreateNormalizedFilePath(const base::FilePath::CharType* path) { 39 return base::FilePath(path).NormalizePathSeparators(); 53 const base::FilePath path(kPath); 72 GURL(kOrigin), base::FilePath(kPath)); 90 const base::FilePath normalized_path = CreateNormalizedFilePath(kPath);
|
| /external/chromium_org/chrome/installer/util/ |
| copy_tree_work_item.cc | 16 CopyTreeWorkItem::CopyTreeWorkItem(const base::FilePath& source_path, 17 const base::FilePath& dest_path, 18 const base::FilePath& temp_dir, 20 const base::FilePath& alternative_path) 80 base::FilePath backup = backup_path_.path().Append(dest_path_.BaseName()); 116 base::FilePath backup(backup_path_.path().Append(dest_path_.BaseName())); 128 bool CopyTreeWorkItem::IsFileInUse(const base::FilePath& path) {
|
| logging_installer.cc | 33 TruncateResult TruncateLogFileIfNeeded(const base::FilePath& log_file) { 48 base::FilePath tmp_log(log_file.value() + FILE_PATH_LITERAL(".tmp")); 86 base::FilePath log_file_path(GetLogFilePath(prefs)); 111 base::FilePath GetLogFilePath(const installer::MasterPreferences& prefs) { 115 return base::FilePath(base::UTF8ToWide(path)); 117 static const base::FilePath::CharType kLogFilename[] = 121 base::FilePath tmp_path;
|
| work_item_list.h | 19 class FilePath; 57 virtual WorkItem* AddCreateDirWorkItem(const base::FilePath& path); 82 const base::FilePath& root_path, 83 const base::FilePath& temp_path, 84 const std::vector<base::FilePath>& key_paths); 87 virtual WorkItem* AddDeleteTreeWorkItem(const base::FilePath& root_path, 88 const base::FilePath& temp_path);
|
| delete_tree_work_item.cc | 31 const base::FilePath& root_path, 32 const base::FilePath& temp_path, 33 const std::vector<base::FilePath>& key_paths) 40 key_paths_.reset(new base::FilePath[num_key_files_]); 59 base::FilePath& key_file = key_paths_[i]; 93 base::FilePath& key_file = key_paths_[i]; 118 base::FilePath backup = 145 base::FilePath backup = backup_path_.path().Append(root_path_.BaseName()); 153 base::FilePath& key_file = key_paths_[i]; 154 base::FilePath backup_file [all...] |
| /external/chromium_org/content/browser/download/ |
| drag_download_file_browsertest.cc | 39 MOCK_METHOD1(OnDownloadCompleted, void(const base::FilePath& file_path)); 74 base::FilePath mock_base(GetTestFilePath("download", "")); 80 const base::FilePath& downloads_directory() const { 91 base::FilePath name(downloads_directory().AppendASCII( 93 GURL url(URLRequestMockHTTPJob::GetMockUrl(base::FilePath(FILE_PATH_LITERAL( 111 base::FilePath name(downloads_directory().AppendASCII( 113 GURL url(URLRequestMockHTTPJob::GetMockUrl(base::FilePath(FILE_PATH_LITERAL(
|
| /external/chromium_org/content/public/browser/ |
| download_item.h | 35 class FilePath; 79 typedef base::Callback<void(const base::FilePath&)> AcquireFileCallback; 210 virtual const base::FilePath& GetFullPath() const = 0; 216 virtual const base::FilePath& GetTargetFilePath() const = 0; 220 virtual const base::FilePath& GetForcedFilePath() const = 0; 225 virtual base::FilePath GetFileNameToReportUser() const = 0; 330 virtual void SetDisplayName(const base::FilePath& name) = 0;
|
| /external/chromium_org/google_apis/drive/ |
| base_requests_server_unittest.cc | 56 base::FilePath GetTestCachedFilePath(const base::FilePath& file_name) { 74 base::FilePath temp_file; 86 base::FilePath::FromUTF8Unsafe("cached_testfile.txt"))); 99 const base::FilePath expected_path = 108 base::FilePath temp_file; 120 base::FilePath::FromUTF8Unsafe("cache_no-such-file.txt")));
|
| /external/chromium_org/webkit/browser/fileapi/ |
| sandbox_directory_database.h | 56 base::FilePath data_path; 57 base::FilePath::StringType name; 65 const base::FilePath& filesystem_data_directory, 71 const base::FilePath::StringType& name, 73 bool GetFileWithPath(const base::FilePath& path, FileId* file_id); 102 static bool DestroyDatabase(const base::FilePath& path, 126 const base::FilePath filesystem_data_directory_;
|
| /external/chromium_org/apps/app_shim/ |
| extension_app_shim_handler_mac.h | 23 class FilePath; 48 virtual bool ProfileExistsForPath(const base::FilePath& path); 49 virtual Profile* ProfileForPath(const base::FilePath& path); 50 virtual void LoadProfileAsync(const base::FilePath& path, 64 const std::vector<base::FilePath>& files); 89 const std::vector<base::FilePath>& files) OVERRIDE; 93 const std::vector<base::FilePath>& files) OVERRIDE; 125 const std::vector<base::FilePath>& files, 130 void OnExtensionEnabled(const base::FilePath& profile_path, 132 const std::vector<base::FilePath>& files) [all...] |
| /external/chromium_org/chrome/browser/browsing_data/ |
| browsing_data_local_storage_helper_browsertest.cc | 36 const base::FilePath::CharType kTestFile0[] = 41 const base::FilePath::CharType kTestFile1[] = 44 const base::FilePath::CharType kTestFileInvalid[] = 48 const base::FilePath::CharType kTestFileExtension[] = FILE_PATH_LITERAL( 56 base::FilePath storage_path = GetLocalStoragePathForTestingProfile(); 58 const base::FilePath::CharType* kFilesToCreate[] = { 62 base::FilePath file_path = storage_path.Append(kFilesToCreate[i]); 67 base::FilePath GetLocalStoragePathForTestingProfile() { 137 for (base::FilePath file_path = file_enumerator.Next(); 140 ASSERT_FALSE(base::FilePath(kTestFile0) == file_path.BaseName()) [all...] |
| /external/chromium_org/chrome/browser/chromeos/file_manager/ |
| file_watcher_unittest.cc | 34 const base::FilePath kVirtualPath = 35 base::FilePath::FromUTF8Unsafe("foo/bar.txt"); 51 const base::FilePath kVirtualPath = 52 base::FilePath::FromUTF8Unsafe("foo/bar.txt"); 79 const base::FilePath kVirtualPath = 80 base::FilePath::FromUTF8Unsafe("foo/bar.txt"); 110 const base::FilePath kVirtualPath = 111 base::FilePath::FromUTF8Unsafe("foo/bar.txt"); 124 base::FilePath changed_path; 140 base::FilePath temp_file_path [all...] |
| /external/chromium_org/chrome/browser/chromeos/profiles/ |
| profile_helper.cc | 60 base::FilePath ProfileHelper::GetProfilePathByUserIdHash( 68 base::FilePath profile_path = profile_manager->user_data_dir(); 74 base::FilePath ProfileHelper::GetProfileDirByLegacyLoginProfileSwitch() { 82 base::FilePath ProfileHelper::GetSigninProfileDir() { 84 base::FilePath user_data_dir = profile_manager->user_data_dir(); 118 base::FilePath ProfileHelper::GetUserProfileDir( 122 ? base::FilePath(chrome::kProfileDirPrefix + user_id_hash) 123 : base::FilePath(user_id_hash); 163 base::FilePath ProfileHelper::GetActiveUserProfileDir() { 223 base::FilePath profile_path = GetProfilePathByUserIdHash(hash) [all...] |