Searched defs:target_dir (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/translate/
H A Dstandalone_cld_data_harness.cc67 base::FilePath target_dir = target_file.DirName(); local
68 ASSERT_TRUE(base::CreateDirectoryAndGetError(target_dir, NULL));
H A Dcomponent_cld_data_harness.cc80 base::FilePath target_dir; local
81 GetExtractedComponentDestination(&target_dir);
85 << " to " << target_dir.value();
86 ASSERT_TRUE(base::CreateDirectoryAndGetError(target_dir, NULL));
87 ASSERT_TRUE(base::CopyDirectory(source_dir, target_dir, true));
88 ASSERT_TRUE(base::PathExists(target_dir));
/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dnative_messaging_test_util.cc25 void WriteTestNativeHostManifest(const base::FilePath& target_dir, argument
40 base::FilePath manifest_path = target_dir.AppendASCII(host_name + ".json");
/external/chromium_org/chrome/browser/download/
H A Ddownload_path_reservation_tracker.cc170 base::FilePath target_dir = target_path.DirName(); local
176 // Create target_dir if necessary and appropriate. target_dir may be the last
181 if (!base::DirectoryExists(target_dir) &&
184 (default_download_path == target_dir)))) {
185 base::CreateDirectory(target_dir);
190 if (!base::PathIsWritable(target_dir)) {
191 DVLOG(1) << "Unable to write to directory \"" << target_dir.value() << "\"";
193 PathService::Get(chrome::DIR_USER_DOCUMENTS, &target_dir);
194 target_path = target_dir
[all...]
/external/chromium_org/chrome/installer/util/
H A Dinstaller_state_unittest.cc77 void BuildSingleChromeState(const base::FilePath& target_dir, argument
84 installer_state->set_target_path(target_dir);

Completed in 174 milliseconds