HomeSort by relevance Sort by last modified time
    Searched refs:dest_file (Results 1 - 6 of 6) 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());
  /pdk/build/
pdk_utils.py 69 dest_file = dest_top + "/" + file_name
70 dest_dir = os.path.dirname(dest_file)
73 print "copy file ", src_full_name, " to ", dest_file
74 os.system("cp -a " + src_full_name + " " + dest_file)
78 def copy_file_new_name_if_exists(src_full_name, dest_dir, dest_file):
79 """copy src_full_name (including dir + file name) to dest_dir/dest_file
84 dest_full_name = dest_dir + "/" + 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/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 680 milliseconds