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_socket_posix.h 49 // which is a Linux-only feature. If |fallback_path| is not empty,
53 const std::string& fallback_path,
65 const std::string& fallback_path,
109 const std::string& fallback_path,
unix_domain_socket_posix.cc 59 const std::string& fallback_path,
64 if (s == kInvalidSocket && !fallback_path.empty())
65 s = CreateAndBind(fallback_path, use_abstract_namespace);
87 const std::string& fallback_path,
91 CreateAndListenInternal(path, fallback_path, del, auth_callback, true);
178 const std::string& fallback_path,
181 fallback_path_(fallback_path) {}
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/
baselineoptimizer.py 173 fallback_path = self._relative_baseline_search_paths(port_name, baseline_name)
174 current_index, current_directory = self._find_in_fallbackpath(fallback_path, current_result, new_results_by_directory)
175 for index in range(current_index + 1, len(fallback_path)):
176 new_directory = fallback_path[index]
190 def _find_in_fallbackpath(self, fallback_path, current_result, results_by_directory):
191 for index, directory in enumerate(fallback_path):
194 assert False, "result %s not found in fallback_path %s, %s" % (current_result, fallback_path, results_by_directory)
  /external/chromium_org/chrome/browser/chromeos/extensions/
wallpaper_private_api.h 53 const base::FilePath& fallback_path);
wallpaper_private_api.cc 296 base::FilePath fallback_path; local
303 fallback_path = wallpaper_path.Append(file_name);
322 this, wallpaper_path, fallback_path));
328 const base::FilePath& fallback_path) {
335 path = fallback_path;
  /external/chromium_org/chrome/browser/ui/views/
select_file_dialog_extension.cc 345 base::FilePath fallback_path = profile_->last_selected_directory().Append( local
357 profile_, kFileManagerAppId, fallback_path, &virtual_path))) {
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
printing.py 87 fallback_path = [fs.split(x)[1] for x in self._port.baseline_search_path()]
88 self._print_default("Baseline search path: %s -> generic" % " -> ".join(fallback_path))
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
rebaseline.py 345 fallback_path = port.baseline_search_path()
346 if fallback_path not in builders_to_fallback_paths.values():
347 builders_to_fallback_paths[builder] = fallback_path
    [all...]

Completed in 317 milliseconds