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

  /external/chromium/chrome/common/
zip.h 11 // Zip the contents of src_dir into dest_file. src_path must be a directory.
16 bool Zip(const FilePath& src_dir, const FilePath& dest_file,
zip.cc 54 FilePath dest_file(dest_dir);
57 dest_file = dest_file.Append(*iter);
61 if (!file_util::CreateDirectory(dest_file))
68 FilePath dir = dest_file.DirName();
74 if (stream.Open(dest_file, flags) != 0)
265 bool Zip(const FilePath& src_dir, const FilePath& dest_file,
276 std::string dest_file_str = dest_file.value();
280 std::string dest_file_str = WideToUTF8(dest_file.value());
  /external/icu4c/tools/genprops/misc/
ucdcopy.py 164 dest_file = os.path.join(dest_root, basename)
165 _unidata_files[basename](source_file, dest_file)
  /external/icu4c/tools/genprops/
ucdcopy.py 164 dest_file = os.path.join(dest_root, basename)
165 _unidata_files[basename](source_file, dest_file)
  /external/chromium/base/files/
file_path_watcher_browsertest.cc 457 FilePath dest_file(dest_subdir.AppendASCII("file"));
464 ASSERT_TRUE(SetupWatch(dest_file, &file_watcher, file_delegate.get()));
  /external/e2fsprogs/debugfs/
debugfs.8.in 295 .I ln filespec dest_file
297 .I dest_file
  /external/bluetooth/glib/glib/
gfileutils.c 871 const gchar *dest_file,
883 tmp_name = g_strdup_printf ("%s.XXXXXX", dest_file);
971 if (g_file_test (dest_file, G_FILE_TEST_EXISTS) &&
    [all...]
  /external/chromium/base/
file_util_unittest.cc 1183 FilePath dest_file = dir_name_from.Append(FILE_PATH_LITERAL("DestFile.txt")); local
    [all...]

Completed in 294 milliseconds