OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fallback_path
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/net/socket/
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
) {}
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
,
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/
baselineoptimizer.py
176
fallback_path
= self._relative_baseline_search_paths(port_name, baseline_name)
177
current_index, current_directory = self._find_in_fallbackpath(
fallback_path
, current_result, new_results_by_directory)
178
for index in range(current_index + 1, len(
fallback_path
)):
179
new_directory =
fallback_path
[index]
193
def _find_in_fallbackpath(self,
fallback_path
, current_result, results_by_directory):
194
for index, directory in enumerate(
fallback_path
):
197
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
357
base::FilePath
fallback_path
= profile_->last_selected_directory().empty() ?
local
373
fallback_path
.Append(default_path.BaseName()),
390
fallback_path
,
394
<<
fallback_path
.value();
/external/chromium_org/chrome/browser/chromeos/extensions/
wallpaper_private_api.cc
308
base::FilePath
fallback_path
;
local
315
fallback_path
= wallpaper_path.Append(file_name);
334
this, wallpaper_path,
fallback_path
));
340
const base::FilePath&
fallback_path
) {
347
path =
fallback_path
;
[
all
...]
wallpaper_private_api.h
53
const base::FilePath&
fallback_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
361
fallback_path
= port.baseline_search_path()
362
if
fallback_path
not in builders_to_fallback_paths.values():
363
builders_to_fallback_paths[builder] =
fallback_path
[
all
...]
Completed in 416 milliseconds