HomeSort by relevance Sort by last modified time
    Searched defs:dest_file (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/chromeos/file_manager/
zip_file_creator.cc 31 const base::FilePath& dest_file)
36 dest_file_(dest_file),
75 base::PlatformFile dest_file = local
89 base::Bind(&ZipFileCreator::StartProcessOnIOThread, this, dest_file));
92 void ZipFileCreator::StartProcessOnIOThread(base::PlatformFile dest_file) {
94 dest_fd.fd = dest_file;
  /external/chromium/base/
file_util_unittest.cc 1183 FilePath dest_file = dir_name_from.Append(FILE_PATH_LITERAL("DestFile.txt")); local
    [all...]
  /external/chromium_org/base/
file_util_unittest.cc 1397 FilePath dest_file = dir_name_from.Append(FILE_PATH_LITERAL("DestFile.txt")); local
    [all...]

Completed in 224 milliseconds