/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 | 115 bool ReplaceFile(const FilePath& from_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() 794 bool CopyAndDeleteDirectory(const FilePath& from_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 | 238 bool ReplaceFile(const FilePath& from_path, in ReplaceFile() 249 bool CopyDirectory(const FilePath& from_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()
|
D | file_util_unittest.cc | 1365 FilePath from_path = in TEST_F() local 1368 FilePath from_path = in TEST_F() local
|
/external/chromium_org/chromeos/dbus/ |
D | fake_image_burner_client.cc | 21 void FakeImageBurnerClient::BurnImage(const std::string& from_path, in BurnImage()
|
D | image_burner_client.cc | 27 virtual void BurnImage(const std::string& from_path, in BurnImage()
|
/external/chromium_org/storage/browser/fileapi/ |
D | sandbox_prioritized_origin_database.cc | 179 base::FilePath from_path = file_system_directory_.Append(directory_name); in MaybeMigrateDatabase() local
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
D | patch_servlet_test.py | 145 def is_redirect(from_host, from_path, to_url): argument
|
D | appengine_wrappers.py | 234 def from_path(model_name, path): member in db.Key
|
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/ |
D | test_utils.cc | 31 virtual void BurnImage(const std::string& from_path, in BurnImage()
|
/external/chromium_org/content/browser/renderer_host/pepper/ |
D | pepper_flash_file_message_filter.cc | 148 const ppapi::PepperFilePath& from_path, in OnRenameFile()
|
/external/chromium_org/chrome/browser/chromeos/login/users/wallpaper/ |
D | wallpaper_manager.cc | 122 base::FilePath from_path = base_path.Append(user_id); in MoveCustomWallpaperDirectory() local
|