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

1 23 4

  /external/chromium_org/sandbox/win/src/
filesystem_policy.cc 372 bool PreProcessName(const base::string16& path, base::string16* new_path) {
373 ConvertToLongPath(path, new_path);
376 if (ERROR_SUCCESS != IsReparsePoint(*new_path, &reparsed))
  /external/opencv/otherlibs/highgui/
loadsave.cpp 129 char* new_path = new char[new_size];
133 memcpy( new_path, m_path, m_len );
137 m_path = new_path;
  /external/chromium_org/chrome/browser/download/
download_target_determiner.h 168 const base::FilePath& new_path,
download_path_reservation_tracker.cc 250 // with |key| to |new_path|.
251 void UpdateReservation(ReservationKey key, const base::FilePath& new_path) {
256 iter->second = new_path;
download_history_unittest.cc 617 base::FilePath new_path(FILE_PATH_LITERAL("/foo/baz.txt"));
623 EXPECT_CALL(item(0), GetFullPath()).WillRepeatedly(ReturnRefOfCopy(new_path));
624 info.current_path = new_path;
630 .WillRepeatedly(ReturnRefOfCopy(new_path));
631 info.target_path = new_path;
    [all...]
download_target_determiner.cc 270 base::FilePath new_path(download_prefs_->DownloadPath().Append(
275 net::GenerateSafeFileName(std::string(), false, &new_path); local
276 virtual_path_ = new_path;
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
fuse.h 108 int (*rename)(const char* path, const char* new_path);
  /bootable/recovery/
recovery.cpp 658 char new_path[PATH_MAX]; local
659 strlcpy(new_path, path, PATH_MAX);
660 strlcat(new_path, "/", PATH_MAX);
661 strlcat(new_path, item, PATH_MAX);
665 new_path[strlen(new_path)-1] = '\0'; // truncate the trailing '/'
666 result = browse_directory(new_path, device);
670 result = strdup(new_path);
    [all...]
  /external/chromium_org/base/debug/
stack_trace_win.cc 175 std::wstring new_path(std::wstring(symbols_path.get()) +
177 if (!SymSetSearchPathW(GetCurrentProcess(), new_path.c_str())) {
  /external/chromium_org/content/browser/download/
download_file_unittest.cc 496 base::FilePath new_path; local
498 RenameAndAnnotate(path_1, &new_path));
499 EXPECT_EQ(path_1.value(), new_path.value());
502 ASSERT_TRUE(base::ReadFileToString(new_path, &file_contents));
542 base::FilePath new_path; local
544 RenameAndUniquify(initial_path, &new_path));
550 EXPECT_EQ(initial_path.value(), new_path.value());
592 const base::FilePath& new_path) {
download_item_impl.cc     [all...]
  /external/chromium_org/content/common/
child_process_host_impl.cc 69 base::FilePath new_path = root_path.Append(new_basename_app) local
74 return new_path;
  /external/chromium_org/net/tools/dump_cache/
cache_dumper.cc 84 std::string new_path = local
86 entry_path_ = base::FilePath::FromUTF8Unsafe(new_path);
  /external/chromium_org/extensions/common/
extension.cc 168 std::string new_path = relative_path; local
171 if (!new_path.empty() && new_path.at(0) == '/')
172 new_path.erase(0, 1);
173 base::FilePath relative_file_path = base::FilePath::FromUTF8Unsafe(new_path);
  /external/chromium_org/third_party/lcov/bin/
lcov     [all...]
  /external/chromium_org/media/tools/layout_tests/
layouttest_analyzer_helpers.py 412 new_path = DEFAULT_TEST_EXPECTATION_PATH
414 new_path = LEGACY_DEFAULT_TEST_EXPECTATION_PATH
419 link = REVISION_LOG_URL % (new_path, old_rev, new_rev)
  /external/chromium_org/ui/views/controls/menu/
menu_controller.cc 834 std::vector<MenuItemView*> new_path; local
836 &new_path, &paths_differ_at);
839 size_t new_size = new_path.size();
861 new_path[i]->ScrollRectToVisible(new_path[i]->GetLocalBounds());
862 new_path[i]->SetSelected(true);
1401 std::vector<MenuItemView*> new_path; local
    [all...]
  /system/vold/
DirectVolume.cpp 422 int DirectVolume::updateDeviceInfo(char *new_path, int new_major, int new_minor)
444 addPath(new_path); /* Put the new path on the list */
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
probe-event.c 367 char **new_path)
377 *new_path = strdup(raw_path);
384 *new_path = malloc((strlen(prefix) + strlen(raw_path) + 2));
385 if (!*new_path)
389 sprintf(*new_path, "%s/%s", prefix, raw_path);
391 if (access(*new_path, R_OK) == 0)
405 free(*new_path);
406 *new_path = NULL;
412 free(*new_path);
413 *new_path = NULL
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
os.py 292 new_path = join(top, name)
293 if followlinks or not islink(new_path):
294 for x in walk(new_path, topdown, onerror, followlinks):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
os.py 292 new_path = join(top, name)
293 if followlinks or not islink(new_path):
294 for x in walk(new_path, topdown, onerror, followlinks):
  /external/chromium_org/chrome/browser/profiles/
profile_manager_browsertest.cc 178 base::FilePath new_path = profile_manager->GenerateNextProfileDirectoryPath(); local
179 profile_manager->CreateProfileAsync(new_path,
  /external/chromium_org/components/nacl/browser/
nacl_process_host.cc 584 std::string new_path(old_path);
585 new_path.append(";");
586 new_path.append(x64_crt_path);
587 env->SetVar(kPath, new_path);
    [all...]
  /external/lldb/include/lldb/Core/
Module.h     [all...]
  /external/lldb/source/Commands/
CommandObjectProcess.cpp 657 char new_path[PATH_MAX]; local
664 new_exec_module_sp->GetFileSpec().GetPath(new_path, PATH_MAX);
665 result.AppendMessageWithFormat("Executable module set to \"%s\".\n", new_path);
673 new_exec_module_sp->GetFileSpec().GetPath (new_path, PATH_MAX);
676 old_path, new_path);
    [all...]

Completed in 848 milliseconds

1 23 4