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

  /external/chromium_org/chrome/installer/util/
app_command.cc 71 const base::string16& command_path,
73 // Command_path is derived from GetRegCommandKey which always returns
76 predefined_root, command_path, KEY_WOW64_32KEY)
79 command_path,
94 command_path,
101 predefined_root, command_path, KEY_WOW64_32KEY, var_name);
app_command.h 37 // |command_path| under |predefined_root|.
39 const base::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 282 command_path = None
291 command_path = path_option
294 assert command_path, 'Unable to locate the "adb" command. Are you using an Android checkout of Chromium?'
296 AndroidCommands._adb_command_path = command_path
297 return command_path
    [all...]

Completed in 91 milliseconds