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

  /external/toybox/toys/pending/
sulogin.c 70 static void run_shell(char *shell) function
117 run_shell((shell && *shell)? shell: "/bin/sh");
  /external/tensorflow/
configure.py 133 def run_shell(cmd, allow_non_zero=False): function
155 library_paths = run_shell(
159 library_paths = [run_shell(
175 return run_shell([python_bin_path, '-c', 'import sys; print(sys.version[0])'])
447 curr_version = run_shell(['bazel', '--batch', 'version'])
    [all...]
  /external/v8/samples/
shell.cc 63 static bool run_shell; variable
77 run_shell = (argc == 1);
89 if (run_shell) RunShell(context, platform);
269 run_shell = true;

Completed in 210 milliseconds