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

  /external/chromium_org/build/
env_dump.py 36 full_cmd = [
41 output = subprocess.check_output(full_cmd)
  /external/chromium_org/build/android/pylib/perf/
test_runner.py 173 full_cmd = cmd
175 full_cmd = 'echo %s' % cmd
183 if full_cmd.startswith('src/'):
186 full_cmd, cwd=cwd,
  /system/netd/
NatController.cpp 61 std::string full_cmd = argv[0]; local
70 full_cmd += " ";
71 full_cmd += argv[0];
73 ALOGV("runCmd(%s) res=%d", full_cmd.c_str(), res);

Completed in 128 milliseconds