Home
last modified time | relevance | path

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

123

/external/chromium_org/third_party/webrtc/base/
Dfileutils.h171 bool MoveFileOrFolder(const Pathname &old_path, const Pathname &new_path) { in MoveFileOrFolder()
187 bool CopyFileOrFolder(const Pathname &old_path, const Pathname &new_path) { in CopyFileOrFolder()
319 static bool MoveFolder(const Pathname &old_path, const Pathname &new_path) { in MoveFolder()
323 static bool MoveFile(const Pathname &old_path, const Pathname &new_path) { in MoveFile()
327 static bool CopyFolder(const Pathname &old_path, const Pathname &new_path) { in CopyFolder()
331 static bool CopyFile(const Pathname &old_path, const Pathname &new_path) { in CopyFile()
Dwin32filesystem.cc231 const Pathname &new_path) { in MoveFile()
243 const Pathname &new_path) { in MoveFolder()
291 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()
Dunixfilesystem.cc222 const Pathname &new_path) { in MoveFile()
241 const Pathname &new_path) { in MoveFolder()
267 const Pathname &new_path) { in CopyFile()
Dfileutils.cc152 const Pathname &new_path) { in DirectoryIterator()
/external/chromium_org/content/browser/download/
Dbase_file_posix.cc13 const base::FilePath& new_path) { in MoveFileAndAdjustPermissions()
Dbase_file_unittest.cc291 base::FilePath new_path(temp_dir_.path().AppendASCII("NewFile")); in TEST_F() local
429 base::FilePath new_path(temp_dir_.path().AppendASCII("NewFile")); in TEST_F() local
448 base::FilePath new_path(temp_dir_.path().AppendASCII("NewFile")); in TEST_F() local
472 base::FilePath new_path(test_dir.AppendASCII("TestFile")); in TEST_F() local
492 base::FilePath new_path(test_dir.AppendASCII("TestFile")); in TEST_F() local
Dbase_file_win.cc324 const base::FilePath& new_path) { in MoveFileAndAdjustPermissions()
Ddownload_file_unittest.cc496 base::FilePath new_path; in TEST_F() local
542 base::FilePath new_path; in TEST_F() local
592 const base::FilePath& new_path) { in TestRenameCompletionCallback()
Dbase_file.cc139 DownloadInterruptReason BaseFile::Rename(const base::FilePath& new_path) { in Rename()
/external/chromium_org/net/url_request/
Durl_request_file_job.cc130 std::string new_path = request_->url().path(); in IsRedirectResponse() local
146 base::FilePath new_path = file_path_; in IsRedirectResponse() local
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
Dtest_converter.py41 def convert_for_webkit(new_path, filename, host=Host()): argument
56 def __init__(self, new_path, filename, host=Host()): argument
/external/chromium_org/net/base/
Dfilename_util.cc128 std::string new_path; in FileURLToFilePath() local
/external/chromium_org/net/test/
Dpython_utils.cc31 std::string new_path(old_path); in AppendToPythonPath() local
/external/chromium_org/components/crx_file/
Did_util.cc49 base::FilePath new_path = MaybeNormalizePath(path); in GenerateIdForPath() local
/external/chromium_org/tools/git/
Dmove_source_file.py128 def UpdateIncludeGuard(old_path, new_path): argument
/external/chromium_org/chrome/browser/chromeos/file_manager/
Dpath_util.cc52 base::FilePath* new_path) { in MigratePathFromOldFormat()
/external/chromium_org/base/files/
Dfile_path.cc309 FilePath new_path(path_); in DirName() local
345 FilePath new_path(path_); in BaseName() local
498 FilePath new_path(path_); in Append() local
555 FilePath new_path(path_); in StripTrailingSeparators() 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()
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dexec_cmd.c85 struct strbuf new_path = STRBUF_INIT; in setup_path() local
/external/chromium_org/chrome/browser/chromeos/drive/sync/
Dentry_revert_performer.cc74 base::FilePath new_path; in FinishRevert() local
/external/chromium_org/storage/browser/fileapi/
Dfile_system_url_request_job.cc248 std::string new_path = request_->url().path(); in IsRedirectResponse() local
/external/chromium_org/sandbox/win/tools/finder/
Dfinder_kernel.cc128 ATL::CString new_path; in ParseKernelObjects() local
/external/chromium_org/base/debug/
Dstack_trace_win.cc175 std::wstring new_path(std::wstring(symbols_path.get()) + in SymbolContext() local
/external/chromium_org/net/tools/dump_cache/
Dcache_dumper.cc84 std::string new_path = in CreateEntry() local

123