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

  /external/chromium_org/remoting/tools/
runclient.py 24 client_path = '../../xcodebuild/Debug/chromoting_simple_client'
26 client_path = '../../out/Debug/chromoting_x11_client'
28 client_path = os.path.join(script_path, client_path)
45 command.append(client_path)
  /external/chromium_org/tools/cr/cr/base/
client.py 56 client_path = os.getcwd()
57 while (client_path and
58 not os.path.exists(os.path.join(client_path, GCLIENT_FILENAME))):
59 old = client_path
60 client_path = os.path.dirname(client_path)
61 if client_path == old:
62 client_path = None
63 if client_path is not None:
64 dirname, basename = os.path.split(client_path)
    [all...]
  /external/chromium_org/chrome/installer/util/
shell_util.cc 1632 base::string16 client_path; local
    [all...]

Completed in 288 milliseconds