Searched defs:old_path (Results 1 – 11 of 11) sorted by relevance
/external/webrtc/webrtc/base/ |
D | fileutils.h | 167 bool MoveFileOrFolder(const Pathname &old_path, const Pathname &new_path) { in MoveFileOrFolder() 183 bool CopyFileOrFolder(const Pathname &old_path, const Pathname &new_path) { in CopyFileOrFolder() 315 static bool MoveFolder(const Pathname &old_path, const Pathname &new_path) { in MoveFolder() 319 static bool MoveFile(const Pathname &old_path, const Pathname &new_path) { in MoveFile() 323 static bool CopyFolder(const Pathname &old_path, const Pathname &new_path) { in CopyFolder() 327 static bool CopyFile(const Pathname &old_path, const Pathname &new_path) { in CopyFile()
|
D | fileutils_mock.h | 177 bool MoveFolder(const Pathname &old_path, const Pathname &new_path) { in MoveFolder() 181 bool MoveFile(const Pathname &old_path, const Pathname &new_path) { in MoveFile() 185 bool CopyFile(const Pathname &old_path, const Pathname &new_path) { in CopyFile()
|
D | win32filesystem.cc | 231 bool Win32Filesystem::MoveFile(const Pathname &old_path, in MoveFile() 243 bool Win32Filesystem::MoveFolder(const Pathname &old_path, in MoveFolder() 291 bool Win32Filesystem::CopyFile(const Pathname &old_path, in CopyFile()
|
D | unixfilesystem.cc | 222 bool UnixFilesystem::MoveFile(const Pathname &old_path, in MoveFile() 241 bool UnixFilesystem::MoveFolder(const Pathname &old_path, in MoveFolder() 267 bool UnixFilesystem::CopyFile(const Pathname &old_path, in CopyFile()
|
D | fileutils.cc | 156 bool FilesystemInterface::CopyFolder(const Pathname &old_path, in DirectoryIterator()
|
/external/python/cpython3/Tools/scripts/ |
D | update_file.py | 13 def main(old_path, new_path): argument
|
/external/ltp/testcases/kernel/fs/mongo/ |
D | mongo_slinks.c | 22 char *old_path; in main() local
|
/external/swiftshader/third_party/subzero/pydir/ |
D | szbuild.py | 11 def NewerThanOrNotThere(old_path, new_path): argument
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_clippath.cpp | 81 const CPDF_Path& old_path = pData->m_PathAndTypeList.back().first; in AppendPath() local
|
/external/ltp/lib/ |
D | tst_test.c | 951 char *old_path = getenv("PATH"); in add_paths() local
|
/external/curl/tests/python_dependencies/impacket/ |
D | smb.py | 3983 def rename(self, service, old_path, new_path, password = None): argument
|