Home
last modified time | relevance | path

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

123

/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()
/external/chromium_org/third_party/libjingle/source/talk/base/
Dfileutils.h188 bool MoveFileOrFolder(const Pathname &old_path, const Pathname &new_path) { in MoveFileOrFolder()
204 bool CopyFileOrFolder(const Pathname &old_path, const Pathname &new_path) { in CopyFileOrFolder()
336 static bool MoveFolder(const Pathname &old_path, const Pathname &new_path) { in MoveFolder()
340 static bool MoveFile(const Pathname &old_path, const Pathname &new_path) { in MoveFile()
344 static bool CopyFolder(const Pathname &old_path, const Pathname &new_path) { in CopyFolder()
348 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()
Dfileutils_mock.h194 bool MoveFolder(const Pathname &old_path, const Pathname &new_path) { in MoveFolder()
198 bool MoveFile(const Pathname &old_path, const Pathname &new_path) { in MoveFile()
202 bool CopyFile(const Pathname &old_path, const Pathname &new_path) { in CopyFile()
Dunixfilesystem.cc215 const Pathname &new_path) { in MoveFile()
234 const Pathname &new_path) { in MoveFolder()
260 const Pathname &new_path) { in CopyFile()
/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()
/external/chromium_org/content/browser/download/
Dbase_file_posix.cc13 const base::FilePath& new_path) { in MoveFileAndAdjustPermissions()
Ddownload_file_impl.cc111 base::FilePath new_path(full_path); in RenameAndUniquify() local
142 base::FilePath new_path(full_path); in RenameAndAnnotate() local
Dbase_file_win.cc296 const base::FilePath& new_path) { in MoveFileAndAdjustPermissions()
Dbase_file_unittest.cc288 base::FilePath new_path(temp_dir_.path().AppendASCII("NewFile")); in TEST_F() local
426 base::FilePath new_path(temp_dir_.path().AppendASCII("NewFile")); in TEST_F() local
445 base::FilePath new_path(temp_dir_.path().AppendASCII("NewFile")); in TEST_F() local
469 base::FilePath new_path(test_dir.AppendASCII("TestFile")); in TEST_F() local
/external/chromium_org/net/url_request/
Durl_request_file_job.cc127 std::string new_path = request_->url().path(); in IsRedirectResponse() local
143 base::FilePath new_path = file_path_; in IsRedirectResponse() local
/external/chromium_org/chrome/browser/chromeos/file_manager/
Dpath_util.cc32 base::FilePath* new_path) { in MigratePathFromOldFormat()
/external/chromium/net/base/
Dnet_util_posix.cc46 std::string new_path; in FileURLToFilePath() 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/
Dnet_util_posix.cc54 std::string new_path; in FileURLToFilePath() local
/external/chromium_org/extensions/common/
Did_util.cc49 base::FilePath new_path = MaybeNormalizePath(path); in GenerateIdForPath() local
/external/chromium_org/net/test/
Dpython_utils.cc31 std::string new_path(old_path); in AppendToPythonPath() 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_org/tools/git/
Dmove_source_file.py128 def UpdateIncludeGuard(old_path, new_path): argument
/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

123