Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/chromeos/cros/
Dburn_library.cc85 const FilePath& to_path) { in DoBurn()
96 const FilePath& to_path) { in BurnImage()
151 const FilePath& to_path) { in BurnImage()
170 virtual bool DoBurn(const FilePath& from_path, const FilePath& to_path) { in DoBurn()
/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/net/disk_cache/
Dcache_util_posix.cc13 bool MoveCache(const FilePath& from_path, const FilePath& to_path) { in MoveCache()
Dcache_util_win.cc44 bool MoveCache(const FilePath& from_path, const FilePath& to_path) { in MoveCache()
/external/chromium/base/
Dfile_util_win.cc178 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()
305 const FilePath& to_path) { in CopyAndDeleteDirectory()
Dfile_util_posix.cc186 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()
217 const FilePath& to_path, in CopyDirectory()
850 bool CopyFile(const FilePath& from_path, const FilePath& to_path) { in CopyFile()
Dfile_util.cc375 bool CopyDirectory(const std::wstring& from_path, const std::wstring& to_path, in CopyDirectory()
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
Dmock_drt_unittest.py103 def to_path(self, port, test_name): member in MockDRTTest