Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/base/
Dfileutils.h186 bool MoveFileOrFolder(const Pathname &old_path, const Pathname &new_path) { in MoveFileOrFolder()
202 bool CopyFileOrFolder(const Pathname &old_path, const Pathname &new_path) { in CopyFileOrFolder()
334 static bool MoveFolder(const Pathname &old_path, const Pathname &new_path) { in MoveFolder()
338 static bool MoveFile(const Pathname &old_path, const Pathname &new_path) { in MoveFile()
342 static bool CopyFolder(const Pathname &old_path, const Pathname &new_path) { in CopyFolder()
346 static bool CopyFile(const Pathname &old_path, const Pathname &new_path) { in CopyFile()
Dwin32filesystem.cc248 const Pathname &new_path) { in MoveFile()
260 const Pathname &new_path) { in MoveFolder()
308 const Pathname &new_path) { in CopyFile()
Dunixfilesystem.cc221 const Pathname &new_path) { in MoveFile()
240 const Pathname &new_path) { in MoveFolder()
266 const Pathname &new_path) { in CopyFile()
Dfileutils.cc169 const Pathname &new_path) { in DirectoryIterator()
/external/chromium/chrome/browser/download/
Dbase_file_unittest.cc130 FilePath new_path(temp_dir_.path().AppendASCII("NewFile")); in TEST_F() local
197 FilePath new_path(temp_dir_.path().AppendASCII("NewFile")); in TEST_F() local
215 FilePath new_path(temp_dir_.path().AppendASCII("NewFile")); in TEST_F() local
Ddownload_manager_unittest.cc354 FilePath new_path(kDownloadRenameCases[i].suggested_path); in TEST_F() local
409 const FilePath new_path(FILE_PATH_LITERAL("foo.zip")); in TEST_F() local
475 const FilePath new_path(FILE_PATH_LITERAL("foo.zip")); in TEST_F() local
530 const FilePath new_path(temp_dir_.path().AppendASCII("foo.txt")); in TEST_F() local
Dbase_file.cc87 bool BaseFile::Rename(const FilePath& new_path) { in Rename()
Ddownload_history.cc85 const FilePath& new_path) { in UpdateDownloadPath()
Ddownload_util.cc776 FilePath new_path; in GetUniquePathNumber() local
838 FilePath new_path; in GetUniquePathNumberWithCrDownload() local
855 FilePath new_path(path); in DeleteUniqueDownloadFile() local
Ddownload_file_manager.cc350 FilePath new_path = full_path; in RenameCompletingDownloadFile() local
/external/chromium/net/base/
Dnet_util_posix.cc46 std::string new_path; in FileURLToFilePath() local
/external/chromium/net/test/
Dpython_utils.cc30 std::string new_path(old_path); in AppendToPythonPath() local
/external/chromium/net/url_request/
Durl_request_file_job.cc234 std::string new_path = request_->url().path(); in IsRedirectResponse() local
250 FilePath new_path = file_path_; in IsRedirectResponse() local
/external/chromium/base/
Dfile_path.cc296 FilePath new_path(path_); in DirName() local
332 FilePath new_path(path_); in BaseName() local
458 FilePath new_path(path_); in Append() local
497 FilePath new_path(path_); in StripTrailingSeparators() local
/external/linux-tools-perf/util/
Dexec_cmd.c85 struct strbuf new_path = STRBUF_INIT; in setup_path() local
Dprobe-event.c268 char **new_path) in get_real_path()
/external/chromium/net/tools/dump_cache/
Dcache_dumper.cc75 std::string new_path = in CreateEntry() local
/external/ipsec-tools/src/racoon/
Dremoteconf.c640 vchar_t *new_path; local
/external/chromium/chrome/browser/extensions/
Dextension_management_browsertest.cc96 FilePath new_path = service->extensions()->back()->path(); in IN_PROC_BROWSER_TEST_F() local
/external/linux-tools-perf/
Dbuiltin-help.c322 struct strbuf new_path = STRBUF_INIT; in setup_man_path() local
/external/qemu/block/
Dvvfat.c1385 uint32_t cluster, char* new_path) in schedule_rename()
2386 char* new_path = qemu_malloc(l + diff + 1); in handle_renames_and_mkdirs() local
/external/chromium/chrome/common/extensions/
Dextension.cc658 FilePath new_path = Extension::MaybeNormalizePath(path); in GenerateIdForPath() local
/external/chromium/googleurl/src/
Durl_canon_unittest.cc1974 string16 new_path(WStringToUTF16(L"/foo")); in TEST() local