Searched defs:to_path (Results 1 – 15 of 15) sorted by relevance
/external/chromium_org/tools/git/ |
D | move_source_file.py | 43 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/ |
D | cache_util_posix.cc | 14 bool MoveCache(const base::FilePath& from_path, const base::FilePath& to_path) { in MoveCache()
|
D | cache_util_win.cc | 16 bool MoveCache(const base::FilePath& from_path, const base::FilePath& to_path) { in MoveCache()
|
/external/libmtp/examples/ |
D | getfile.c | 42 getfile_function(char * from_path,char * to_path) in getfile_function()
|
D | sendfile.c | 49 int sendfile_function(char * from_path, char *to_path) in sendfile_function()
|
D | sendtr.c | 164 int sendtrack_function(char * from_path, char * to_path, char *partist, char *palbumartist, char *p… in sendtrack_function()
|
/external/chromium_org/base/files/ |
D | file_util_win.cc | 116 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()
|
D | file_util.cc | 44 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()
|
D | file_util_posix.cc | 239 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/ |
D | fake_image_burner_client.cc | 22 const std::string& to_path, in BurnImage()
|
D | image_burner_client.cc | 28 const std::string& to_path, in BurnImage()
|
/external/chromium_org/storage/browser/fileapi/ |
D | sandbox_prioritized_origin_database.cc | 180 base::FilePath to_path = file_system_directory_.Append(kPrimaryDirectory); in MaybeMigrateDatabase() local
|
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/ |
D | test_utils.cc | 32 const std::string& to_path, in BurnImage()
|
/external/chromium_org/content/browser/renderer_host/pepper/ |
D | pepper_flash_file_message_filter.cc | 149 const ppapi::PepperFilePath& to_path) { in OnRenameFile()
|
/external/chromium_org/chrome/browser/chromeos/login/users/wallpaper/ |
D | wallpaper_manager.cc | 121 base::FilePath to_path = base_path.Append(user_id_hash); in MoveCustomWallpaperDirectory() local
|