Home
last modified time | relevance | path

Searched defs:to_path (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/tools/git/
Dmove_source_file.py43 def MakeDestinationPath(from_path, to_path): argument
63 def MoveFile(from_path, to_path): argument
70 def UpdatePostMove(from_path, to_path): argument
/external/chromium_org/net/disk_cache/
Dcache_util_posix.cc14 bool MoveCache(const base::FilePath& from_path, const base::FilePath& to_path) { in MoveCache()
Dcache_util_win.cc16 bool MoveCache(const base::FilePath& from_path, const base::FilePath& to_path) { in MoveCache()
/external/libmtp/examples/
Dgetfile.c42 getfile_function(char * from_path,char * to_path) in getfile_function()
Dsendfile.c49 int sendfile_function(char * from_path, char *to_path) in sendfile_function()
Dsendtr.c164 int sendtrack_function(char * from_path, char * to_path, char *partist, char *palbumartist, char *p… in sendtrack_function()
/external/chromium_org/base/files/
Dfile_util_win.cc116 const FilePath& to_path, in ReplaceFile()
136 bool CopyDirectory(const FilePath& from_path, const FilePath& to_path, in CopyDirectory()
731 bool MoveUnsafe(const FilePath& from_path, const FilePath& to_path) { in MoveUnsafe()
765 bool CopyFileUnsafe(const FilePath& from_path, const FilePath& to_path) { in CopyFileUnsafe()
795 const FilePath& to_path) { in CopyAndDeleteDirectory()
Dfile_util.cc44 bool Move(const FilePath& from_path, const FilePath& to_path) { in Move()
50 bool CopyFile(const FilePath& from_path, const FilePath& to_path) { in CopyFile()
Dfile_util_posix.cc239 const FilePath& to_path, in ReplaceFile()
250 const FilePath& to_path, in CopyDirectory()
836 bool MoveUnsafe(const FilePath& from_path, const FilePath& to_path) { in MoveUnsafe()
863 bool CopyFileUnsafe(const FilePath& from_path, const FilePath& to_path) { in CopyFileUnsafe()
/external/chromium_org/chromeos/dbus/
Dfake_image_burner_client.cc22 const std::string& to_path, in BurnImage()
Dimage_burner_client.cc28 const std::string& to_path, in BurnImage()
/external/chromium_org/storage/browser/fileapi/
Dsandbox_prioritized_origin_database.cc180 base::FilePath to_path = file_system_directory_.Append(kPrimaryDirectory); in MaybeMigrateDatabase() local
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
Dtest_utils.cc32 const std::string& to_path, in BurnImage()
/external/chromium_org/content/browser/renderer_host/pepper/
Dpepper_flash_file_message_filter.cc149 const ppapi::PepperFilePath& to_path) { in OnRenameFile()
/external/chromium_org/chrome/browser/chromeos/login/users/wallpaper/
Dwallpaper_manager.cc121 base::FilePath to_path = base_path.Append(user_id_hash); in MoveCustomWallpaperDirectory() local