Home
last modified time | relevance | path

Searched defs:new_path (Results 1 – 25 of 34) 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/libchrome/base/files/
Dfile_path.cc308 FilePath new_path(path_); in DirName() local
344 FilePath new_path(path_); in BaseName() local
499 FilePath new_path(path_); in Append() local
556 FilePath new_path(path_); in StripTrailingSeparators() local
Dfile_util.cc249 FilePath new_path; in GetUniquePathNumber() local
/external/lldb/source/Target/
DPathMappingList.cpp231 char new_path[PATH_MAX]; in FindFile() local
261 PathMappingList::Replace (const ConstString &path, const ConstString &new_path, bool notify) in Replace()
DProcess.cpp535 std::string new_path("PATH=\""); in ConvertArgumentsForLaunchingInShell() local
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/iam/
Dconnection.py187 def update_group(self, group_name, new_group_name=None, new_path=None): argument
389 def update_user(self, user_name, new_user_name=None, new_path=None): argument
739 new_path=None): argument
/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/curl/lib/
Dcookie.c226 char *new_path = strdup(cookie_path); in sanitize_cookie_path() local
/external/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.cpp336 char new_path[PATH_MAX]; in GetSharedModule() local
/external/lldb/source/Commands/
DCommandObjectProcess.cpp657 char new_path[PATH_MAX]; in DoExecute() local
/external/v8/test/mjsunit/wasm/embenchen/
Dfannkuch.js2940 },rename:function (old_path, new_path) { argument
Dcopy.js2801 },rename:function (old_path, new_path) { argument
Dmemops.js2909 },rename:function (old_path, new_path) { argument
Dfasta.js3184 },rename:function (old_path, new_path) { argument
/external/v8/test/mjsunit/asm/embenchen/
Dcorrections.js2798 },rename:function (old_path, new_path) { argument
Dfannkuch.js2937 },rename:function (old_path, new_path) { argument
Dcopy.js2798 },rename:function (old_path, new_path) { argument
Dfasta.js3181 },rename:function (old_path, new_path) { argument
Dmemops.js2906 },rename:function (old_path, new_path) { argument
Dprimes.js2812 },rename:function (old_path, new_path) { argument

12