Searched defs:old_path (Results 1 – 9 of 9) 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/ltp/testcases/kernel/fs/mongo/ |
D | mongo_slinks.c | 22 char *old_path; in main() local
|
/external/skia/infra/bots/ |
D | win_toolchain_utils.py | 51 def abstract(win_toolchain_json, old_path): argument
|
/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 | 85 const CPDF_Path& old_path = pData->m_PathAndTypeList.back().first; in AppendPath() local
|