HomeSort by relevance Sort by last modified time
    Searched refs:fallback_path (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/net/socket/
unix_domain_listen_socket_posix.h 44 // which is a Linux-only feature. If |fallback_path| is not empty,
49 const std::string& fallback_path,
61 const std::string& fallback_path,
104 const std::string& fallback_path,
unix_domain_listen_socket_posix.cc 66 const std::string& fallback_path,
72 if (rv != OK && !fallback_path.empty())
73 rv = CreateAndBind(fallback_path, use_abstract_namespace, &socket_fd);
95 const std::string& fallback_path,
99 CreateAndListenInternal(path, fallback_path, del, auth_callback, true);
149 const std::string& fallback_path,
152 fallback_path_(fallback_path) {}
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/
baselineoptimizer.py 187 fallback_path = self._relative_baseline_search_paths(port, baseline_name)
188 current_index, current_directory = self._find_in_fallbackpath(fallback_path, current_result, new_results_by_directory)
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):
205 for index, directory in enumerate(fallback_path):
208 assert False, "result %s not found in fallback_path %s, %s" % (current_result, fallback_path, results_by_directory)
  /external/chromium_org/chrome/browser/ui/views/
select_file_dialog_extension.cc 365 base::FilePath fallback_path = profile_->last_selected_directory().empty() ? local
381 fallback_path.Append(default_path.BaseName()),
398 fallback_path,
402 << fallback_path.value();
  /external/chromium_org/chrome/browser/chromeos/extensions/
wallpaper_private_api.h 53 const base::FilePath& fallback_path);
wallpaper_private_api.cc 309 base::FilePath fallback_path; local
316 fallback_path = wallpaper_path.Append(file_name);
335 this, wallpaper_path, fallback_path));
342 const base::FilePath& fallback_path) {
349 path = fallback_path;
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
printing.py 88 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/
rebaseline.py 365 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
    [all...]

Completed in 319 milliseconds