OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:command_path
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/installer/util/
app_command.cc
71
const string16&
command_path
,
73
item_list->AddCreateRegKeyWorkItem(predefined_root,
command_path
)
75
item_list->AddSetRegValueWorkItem(predefined_root,
command_path
,
88
command_path
,
94
command_path
,
app_command.h
37
// |
command_path
| under |predefined_root|.
39
const string16&
command_path
,
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
executive.py
80
command_path
= self.script_args
81
if type(
command_path
) is list:
82
command_path
=
command_path
[0]
83
return os.path.basename(
command_path
)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
android.py
280
command_path
= None
289
command_path
= path_option
292
assert
command_path
, 'Unable to locate the "adb" command. Are you using an Android checkout of Chromium?'
294
AndroidCommands._adb_command_path =
command_path
295
return
command_path
[
all
...]
Completed in 45 milliseconds