HomeSort by relevance Sort by last modified time
    Searched refs:new_path (Results 76 - 88 of 88) sorted by null

1 2 34

  /external/chromium_org/chrome/browser/extensions/api/management/
management_browsertest.cc 130 base::FilePath new_path = extension->path(); local
133 EXPECT_NE(old_path.value(), new_path.value());
  /external/chromium_org/components/password_manager/core/browser/
password_form_manager.cc 129 const std::string& new_path = form.origin.path(); local
133 StartsWithASCII(new_path, old_path, /*case_sensitive=*/true);
    [all...]
  /external/chromium_org/content/browser/download/
download_item_impl.h 375 void SetFullPath(const base::FilePath& new_path);
download_item_impl_unittest.cc 95 // Schedules a task to invoke the RenameCompletionCallback with |new_path| on
100 // new_path));
101 ACTION_P2(ScheduleRenameCallback, interrupt_reason, new_path) {
104 base::Bind(arg1, interrupt_reason, new_path));
    [all...]
  /external/chromium_org/ui/views/controls/menu/
menu_controller.h 397 std::vector<MenuItemView*>* new_path,
  /external/chromium_org/chrome/browser/chromeos/file_manager/
volume_manager.cc 263 base::FilePath new_path; local
266 old_path, &new_path)) {
268 new_path);
  /external/chromium_org/chrome/browser/download/
download_target_determiner_unittest.cc 480 base::FilePath new_path = local
484 if (new_path.MatchesExtension(FILE_PATH_LITERAL(".remove")))
485 new_path = new_path.RemoveExtension();
486 callback.Run(new_path, DownloadPathReservationTracker::UNIQUIFY);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mailbox.py 338 new_path = os.path.join(self._path, subdir, key + suffix)
339 os.rename(os.path.join(self._path, temp_subpath), new_path)
341 os.utime(new_path, (os.path.getatime(new_path),
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mailbox.py 338 new_path = os.path.join(self._path, subdir, key + suffix)
339 os.rename(os.path.join(self._path, temp_subpath), new_path)
341 os.utime(new_path, (os.path.getatime(new_path),
    [all...]
  /external/lldb/source/Target/
Process.cpp 535 std::string new_path("PATH=\"");
536 const size_t empty_path_len = new_path.size();
540 new_path += working_dir;
547 new_path += cwd;
552 if (new_path.size() > empty_path_len)
553 new_path += ':';
554 new_path += curr_path;
556 new_path += "\" ";
557 shell_command.PutCString(new_path.c_str());
    [all...]
  /external/chromium_org/chrome/browser/
chrome_content_browser_client.cc 337 const std::string new_path = url.host() + url.path(); local
339 return ReplaceURLHostAndPath(url, uber_host, new_path);
356 std::string new_path; local
361 new_path = old_path.substr(separator);
369 *url = ReplaceURLHostAndPath(*url, new_host, new_path);
    [all...]
  /external/lldb/source/Core/
Module.cpp     [all...]
  /external/chromium_org/url/
url_canon_unittest.cc     [all...]

Completed in 922 milliseconds

1 2 34