Home
last modified time | relevance | path

Searched defs:new_path (Results 1 – 25 of 31) sorted by relevance

12

/external/webrtc/webrtc/base/
Dfileutils.h167 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()
Dfileutils_mock.h177 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()
Dwin32filesystem.cc232 const Pathname &new_path) { in MoveFile()
244 const Pathname &new_path) { in MoveFolder()
292 const Pathname &new_path) { in CopyFile()
Dunixfilesystem.cc223 const Pathname &new_path) { in MoveFile()
242 const Pathname &new_path) { in MoveFolder()
268 const Pathname &new_path) { in CopyFile()
Dfileutils.cc157 const Pathname &new_path) { in DirectoryIterator()
/external/python/cpython3/Tools/scripts/
Dupdate_file.py13 def main(old_path, new_path): argument
/external/autotest/client/deps/glbench/src/
Dfilepath.cc17 FilePath new_path(path_); in DirName() local
82 FilePath new_path(path_); in Append() local
/external/ltp/testcases/kernel/fs/mongo/
Dmongo_slinks.c23 char *new_path; in main() local
/external/chromium-trace/catapult/common/py_utils/py_utils/
Dshell_util.py14 def ScopedChangeDir(new_path): argument
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.current_path/
Dcurrent_path.pass.cpp55 const path new_path = StaticEnv::Dir; in TEST_CASE() local
/external/libchrome/base/files/
Dfile_path.cc309 FilePath new_path(path_); in DirName() local
345 FilePath new_path(path_); in BaseName() local
500 FilePath new_path(path_); in Append() local
557 FilePath new_path(path_); in StripTrailingSeparators() local
Dfile_util.cc275 FilePath new_path; in GetUniquePathNumber() local
/external/swiftshader/third_party/subzero/pydir/
Dszbuild.py11 def NewerThanOrNotThere(old_path, new_path): argument
/external/tensorflow/tensorflow/contrib/learn/python/learn/utils/
Dsaved_model_export_utils_test.py809 def _post_export_fn(orig_path, new_path): argument
839 def _post_export_fn(orig_path, new_path): argument
/external/autotest/site_utils/lxc/
Dutils.py84 def clone(lxc_path, src_name, new_path, dst_name, snapshot): argument
Dcontainer.py208 def clone(cls, src, new_name=None, new_path=None, snapshot=False, argument
/external/v8/src/base/debug/
Dstack_trace_win.cc84 std::wstring new_path(std::wstring(symbols_path.get()) + L";" + in InitializeSymbols() local
/external/ipsec-tools/src/racoon/
Dremoteconf.c638 vchar_t *new_path; local
/external/google-breakpad/src/client/linux/minidump_writer/
Dlinux_dumper.cc453 char new_path[NAME_MAX]; in HandleDeletedFileInMapping() local
/external/libcxx/utils/libcxx/test/
Dconfig.py1150 def add_path(self, dest_env, new_path): argument
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DCppAssetManager2.java490 final String new_path = "assets/" + filename; in Open() local
500 final String new_path = "assets/" + filename; in Open() local
/external/curl/lib/
Dcookie.c301 char *new_path = strdup(cookie_path); in sanitize_cookie_path() local
/external/mesa3d/src/util/
Ddisk_cache.c167 char *new_path; in concatenate_and_mkdir() local
/external/cldr/tools/java/org/unicode/cldr/tool/
DCLDRModify.java100 action, locale, path, value, new_path, new_value enumConstant
/external/ltp/lib/
Dtst_test.c953 char *new_path; in add_paths() local

12