Home
last modified time | relevance | path

Searched refs:fallback_path (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/net/socket/
Dunix_domain_listen_socket_posix.cc66 const std::string& fallback_path, in CreateAndListenInternal() argument
72 if (rv != OK && !fallback_path.empty()) in CreateAndListenInternal()
73 rv = CreateAndBind(fallback_path, use_abstract_namespace, &socket_fd); in CreateAndListenInternal()
95 const std::string& fallback_path, in CreateAndListenWithAbstractNamespace() argument
99 CreateAndListenInternal(path, fallback_path, del, auth_callback, true); in CreateAndListenWithAbstractNamespace()
149 const std::string& fallback_path, in UnixDomainListenSocketWithAbstractNamespaceFactory() argument
152 fallback_path_(fallback_path) {} in UnixDomainListenSocketWithAbstractNamespaceFactory()
Dunix_domain_listen_socket_posix.h49 const std::string& fallback_path,
61 const std::string& fallback_path,
104 const std::string& fallback_path,
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/
Dbaselineoptimizer.py187 fallback_path = self._relative_baseline_search_paths(port, baseline_name)
188 …current_index, current_directory = self._find_in_fallbackpath(fallback_path, current_result, new_r…
189 for index in range(current_index + 1, len(fallback_path)):
190 new_directory = fallback_path[index]
204 def _find_in_fallbackpath(self, fallback_path, current_result, results_by_directory): argument
205 for index, directory in enumerate(fallback_path):
208 …lse, "result %s not found in fallback_path %s, %s" % (current_result, fallback_path, results_by_di…
/external/chromium_org/chrome/browser/ui/views/
Dselect_file_dialog_extension.cc365 base::FilePath fallback_path = profile_->last_selected_directory().empty() ? in SelectFileImpl() local
381 fallback_path.Append(default_path.BaseName()), in SelectFileImpl()
398 fallback_path, in SelectFileImpl()
402 << fallback_path.value(); in SelectFileImpl()
/external/chromium_org/chrome/browser/chromeos/extensions/
Dwallpaper_private_api.cc309 base::FilePath fallback_path; in RunAsync() local
316 fallback_path = wallpaper_path.Append(file_name); in RunAsync()
335 this, wallpaper_path, fallback_path)); in RunAsync()
342 const base::FilePath& fallback_path) { in ReadFileAndInitiateStartDecode() argument
349 path = fallback_path; in ReadFileAndInitiateStartDecode()
Dwallpaper_private_api.h53 const base::FilePath& fallback_path);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
Dprinting.py88 fallback_path = [fs.split(x)[1] for x in self._port.baseline_search_path()]
89 self._print_default("Baseline search path: %s -> generic" % " -> ".join(fallback_path))
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
Drebaseline.py365 fallback_path = port.baseline_search_path()
366 if fallback_path not in builders_to_fallback_paths.values():
367 builders_to_fallback_paths[builder] = fallback_path