Searched defs:target_file (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/translate/
H A Dstandalone_cld_data_harness.cc65 base::FilePath target_file; local
66 GetStandaloneDataFileDestination(&target_file);
67 base::FilePath target_dir = target_file.DirName();
72 << target_file.value();
73 ASSERT_TRUE(base::CopyFile(source_file, target_file));
74 ASSERT_TRUE(base::PathExists(target_file));
/external/chromium_org/tools/gn/
H A Dninja_build_writer.cc204 OutputFile target_file(target->dependency_output_file());
206 NormalizePath(&target_file.value());
211 WritePhonyRule(target, target_file, long_name);
221 WritePhonyRule(target, target_file, medium_name);
226 WritePhonyRule(target, target_file, label.name());
230 all_rules.append(target_file.value());
250 const OutputFile& target_file,
252 if (target_file.value() == phony_name)
262 path_output_.WriteFile(out_, target_file);
249 WritePhonyRule(const Target* target, const OutputFile& target_file, const std::string& phony_name) argument
/external/chromium_org/content/browser/fileapi/
H A Dlocal_file_util_unittest.cc144 base::File target_file = CreateFile(target_name); local
145 ASSERT_TRUE(target_file.IsValid());
146 ASSERT_TRUE(target_file.created());
/external/chromium_org/third_party/zlib/google/
H A Dzip_reader_unittest.cc472 base::FilePath target_file = test_dir_.AppendASCII("quux.txt"); local
477 target_file,
502 ASSERT_TRUE(base::GetFileSize(target_file, &file_size));
512 base::FilePath target_file = test_dir_.AppendASCII("foo"); local
517 target_file,
535 ASSERT_TRUE(base::DirectoryExists(target_file));
/external/chromium_org/chrome/installer/util/
H A Dinstaller_state_unittest.cc548 base::FilePath target_file; member in struct:target_info
560 exe_path, targets[i].target_file, targets[i].target_version));
/external/chromium_org/chrome/installer/test/
H A Dalternate_version_generator.cc655 const base::FilePath& target_file,
672 GenerateSpecificPEFileVersion(original_file, target_file, new_version);
678 const base::FilePath& target_file,
680 // First copy original_file to target_file.
681 if (!base::CopyFile(original_file, target_file)) {
683 << "\" to \"" << target_file.value() << "\"";
688 if (!GetFileVersion(target_file, &ctx.current_version)) {
689 LOG(DFATAL) << "Failed reading version from \"" << target_file.value()
697 return UpdateVersionIfMatch(target_file, &ctx);
654 GenerateAlternatePEFileVersion(const base::FilePath& original_file, const base::FilePath& target_file, Direction direction) argument
677 GenerateSpecificPEFileVersion(const base::FilePath& original_file, const base::FilePath& target_file, const Version& version) argument
/external/chromium_org/components/nacl/renderer/
H A Dppb_nacl_private_impl.cc1198 base::File target_file,
1229 base::File target_file(CreateTemporaryFile(instance));
1251 target_file.Pass(),
1261 base::File target_file,
1265 if (pp_error == PP_OK && target_file.IsValid()) {
1267 if (target_file.GetInfo(&info))
1272 target_file.Close();
1281 target_file,
1288 if (pp_error == PP_OK && target_file.IsValid())
1289 out_file_info->handle = target_file
1258 DownloadNexeCompletion(const DownloadNexeRequest& request, PP_NaClFileInfo* out_file_info, FileDownloader::Status status, base::File target_file, int http_status) argument
[all...]
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...

Completed in 2160 milliseconds