| /external/chromium_org/content/browser/download/ |
| base_file.cc | 139 DownloadInterruptReason BaseFile::Rename(const base::FilePath& new_path) { 145 if (new_path == full_path_) 154 base::Bind(&FileRenamedNetLogCallback, &full_path_, &new_path)); 156 base::CreateDirectory(new_path.DirName()); 160 rename_result = MoveFileAndAdjustPermissions(new_path); 163 full_path_ = new_path;
|
| base_file_win.cc | 324 const base::FilePath& new_path) { 329 base::FilePath::StringType target = new_path.value();
|
| base_file.h | 127 const base::FilePath& new_path);
|
| download_file_impl.h | 81 // |new_path|, try to create a unique file by appending 86 // Rename file_ to |new_path|. 95 void RenameWithRetryInternal(const base::FilePath& new_path,
|
| /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/ |
| layout_tests_mover.py | 167 new_path = self._move_path(path, self._origin, self._destination) 168 _log.debug('Updating expectation for %s to %s' % (path, new_path)) 170 test_expectations.add_expectation_line(LayoutTestsMover._clone_expectation_line_for_path(expectation, new_path)) 174 new_path = self._destination 176 (path, new_path)) 177 test_expectations.add_expectation_line(LayoutTestsMover._clone_expectation_line_for_path(expectation, new_path))
|
| /external/linux-tools-perf/perf-3.12.0/tools/perf/ |
| builtin-help.c | 312 struct strbuf new_path = STRBUF_INIT; local 319 strbuf_addstr(&new_path, system_path(PERF_MAN_PATH)); 320 strbuf_addch(&new_path, ':'); 322 strbuf_addstr(&new_path, old_path); 324 setenv("MANPATH", new_path.buf, 1); 326 strbuf_release(&new_path);
|
| /external/chromium_org/media/tools/layout_tests/ |
| test_expectations_history.py | 101 new_path = TestExpectationsHistory.GetTestExpectationsPathForRevision( 110 url_or_path2=new_path,
|
| /external/chromium_org/base/files/ |
| file_util.cc | 248 FilePath new_path; local 250 new_path = path.InsertBeforeExtensionASCII(StringPrintf(" (%d)", count)); 251 if (!PathExists(new_path) && 252 (!have_suffix || !PathExists(FilePath(new_path.value() + suffix)))) {
|
| file_path.cc | 309 FilePath new_path(path_); 310 new_path.StripTrailingSeparatorsInternal(); 316 StringType::size_type letter = FindDriveLetter(new_path.path_); 319 new_path.path_.find_last_of(kSeparators, StringType::npos, 323 new_path.path_.resize(letter + 1); 326 new_path.path_.resize(letter + 2); 328 IsSeparator(new_path.path_[letter + 1])) { 331 new_path.path_.resize(letter + 3); 334 new_path.path_.resize(last_separator); 337 new_path.StripTrailingSeparatorsInternal() [all...] |
| /external/chromium_org/sandbox/win/src/ |
| filesystem_policy.h | 104 bool PreProcessName(const base::string16& path, base::string16* new_path);
|
| /external/chromium_org/third_party/android_crazy_linker/src/src/ |
| crazy_linker_proc_maps.cpp | 154 char* new_path = static_cast<char*>(::malloc(entry.path_len + 1)); local 155 ::memcpy(new_path, old_path, entry.path_len); 156 new_path[entry.path_len] = '\0'; 157 entry.path = const_cast<const char*>(new_path);
|
| /ndk/sources/android/crazy_linker/src/ |
| crazy_linker_proc_maps.cpp | 149 char* new_path = static_cast<char*>(::malloc(entry.path_len + 1)); local 150 ::memcpy(new_path, old_path, entry.path_len); 151 new_path[entry.path_len] = '\0'; 152 entry.path = const_cast<const char*>(new_path);
|
| /system/vold/ |
| DirectVolume.h | 74 int updateDeviceInfo(char *new_path, int new_major, int new_minor);
|
| Volume.h | 99 virtual int updateDeviceInfo(char *new_path, int new_major, int new_minor) = 0;
|
| /art/runtime/base/unix_file/ |
| mapped_file_test.cc | 126 const std::string new_path(GetTmpPath("new-file.txt")); 127 ASSERT_EQ(-1, unlink(new_path.c_str())); 131 ASSERT_TRUE(file.Open(new_path, MappedFile::kReadWriteMode)); 141 FdFile new_file(TEMP_FAILURE_RETRY(open(new_path.c_str(), O_RDONLY)), false); 145 EXPECT_EQ(0, unlink(new_path.c_str()));
|
| /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/ |
| test_importer.py | 334 new_path = os.path.join(self.destination_directory, subpath) 336 if not(os.path.exists(new_path)): 337 os.makedirs(new_path) 354 new_filepath = os.path.join(new_path, file_to_copy['dest']) 373 converted_file = convert_for_webkit(new_path, filename=orig_filepath)
|
| /external/chromium_org/components/crash/tools/ |
| generate_breakpad_symbols.py | 64 new_path = Resolve(path.replace('@rpath', rpath), exe_path, loader_path, 66 if os.access(new_path, os.X_OK): 67 return new_path
|
| /external/chromium_org/storage/browser/fileapi/ |
| file_system_url_request_job.cc | 248 std::string new_path = request_->url().path(); local 249 new_path.push_back('/'); 251 replacements.SetPathStr(new_path);
|
| /external/chromium_org/third_party/webrtc/base/ |
| fileutils.cc | 152 const Pathname &new_path) { 156 new_dir.SetFolder(new_path.pathname()); 171 dest.SetFolder(new_path.pathname());
|
| fileutils_mock.h | 177 bool MoveFolder(const Pathname &old_path, const Pathname &new_path) { 181 bool MoveFile(const Pathname &old_path, const Pathname &new_path) { 185 bool CopyFile(const Pathname &old_path, const Pathname &new_path) {
|
| /external/lldb/scripts/ |
| build-llvm.pl | 231 my $new_path = "$original_env_path:$llvm_dstroot_arch_bin"; 232 print "Setting new environment PATH = '$new_path'\n"; 233 $ENV{PATH} = $new_path;
|
| /external/ipsec-tools/src/racoon/ |
| remoteconf.c | 640 vchar_t *new_path; local 652 if ((new_path = vmalloc(len)) == NULL) { 658 new_path->v[0] = '\0'; 659 (void)strlcat(new_path->v, script_dir, len); 660 (void)strlcat(new_path->v, "/", len); 661 (void)strlcat(new_path->v, path->v, len); 664 path = new_path;
|
| /external/lldb/source/Plugins/Platform/MacOSX/ |
| PlatformDarwin.cpp | 336 char new_path[PATH_MAX]; local 340 const size_t search_path_len = module_search_paths_ptr->GetFileSpecAtIndex(i).GetPath(new_path, sizeof(new_path)); 341 if (search_path_len < sizeof(new_path)) 343 snprintf (new_path + search_path_len, sizeof(new_path) - search_path_len, "/%s", platform_path + bundle_directory_len); 344 FileSpec new_file_spec (new_path, false); [all...] |
| /external/chromium_org/chrome/browser/chromeos/drive/ |
| file_cache.cc | 568 base::FilePath new_path = current.RemoveExtension(); local 569 if (!new_path.Extension().empty()) { 575 const std::string& id = GetIdFromPath(new_path); 576 new_path = GetCacheFilePath(util::CanonicalizeResourceId(id)); 577 if (new_path != current && !base::Move(current, new_path))
|
| /external/chromium_org/chrome/browser/profiles/ |
| profile_manager.cc | 569 base::FilePath new_path = profile_manager->GenerateNextProfileDirectoryPath(); local 571 profile_manager->CreateProfileAsync(new_path, 576 return new_path; 599 base::FilePath new_path = user_data_dir_; local 601 new_path = new_path.Append(base::ASCIIToUTF16(profile_name)); 603 new_path = new_path.Append(profile_name); 606 return new_path; 662 base::FilePath new_path = GenerateNextProfileDirectoryPath() local [all...] |