Searched defs:from_path (Results 1 – 7 of 7) sorted by relevance
/external/chromium/chrome/browser/chromeos/cros/ |
D | burn_library.cc | 84 bool BurnLibraryImpl::DoBurn(const FilePath& from_path, in DoBurn() 95 bool BurnLibraryImpl::BurnImage(const FilePath& from_path, in BurnImage() 150 void BurnLibraryTaskProxy::BurnImage(const FilePath& from_path, in BurnImage() 170 virtual bool DoBurn(const FilePath& from_path, const FilePath& to_path) { in DoBurn()
|
/external/chromium/net/disk_cache/ |
D | cache_util_posix.cc | 13 bool MoveCache(const FilePath& from_path, const FilePath& to_path) { in MoveCache()
|
D | cache_util_win.cc | 44 bool MoveCache(const FilePath& from_path, const FilePath& to_path) { in MoveCache()
|
/external/chromium/base/ |
D | file_util_win.cc | 178 bool Move(const FilePath& from_path, const FilePath& to_path) { in Move() 212 bool ReplaceFile(const FilePath& from_path, const FilePath& to_path) { in ReplaceFile() 233 bool CopyFile(const FilePath& from_path, const FilePath& to_path) { in CopyFile() 246 bool ShellCopy(const FilePath& from_path, const FilePath& to_path, in ShellCopy() 279 bool CopyDirectory(const FilePath& from_path, const FilePath& to_path, in CopyDirectory() 304 bool CopyAndDeleteDirectory(const FilePath& from_path, in CopyAndDeleteDirectory()
|
D | file_util_posix.cc | 186 bool Move(const FilePath& from_path, const FilePath& to_path) { in Move() 211 bool ReplaceFile(const FilePath& from_path, const FilePath& to_path) { in ReplaceFile() 216 bool CopyDirectory(const FilePath& from_path, in CopyDirectory() 850 bool CopyFile(const FilePath& from_path, const FilePath& to_path) { in CopyFile()
|
D | file_util.cc | 375 bool CopyDirectory(const std::wstring& from_path, const std::wstring& to_path, in CopyDirectory()
|
/external/webkit/Tools/Scripts/webkitpy/common/net/ |
D | testoutputset.py | 55 def from_path(self, path, platform=None): member in TestOutputSet
|