Home
last modified time | relevance | path

Searched refs:run_shell (Results 1 – 3 of 3) sorted by relevance

/external/toybox/toys/pending/
Dsulogin.c70 static void run_shell(char *shell) in run_shell() function
117 run_shell((shell && *shell)? shell: "/bin/sh"); in sulogin_main()
/external/tensorflow/
Dconfigure.py147 def run_shell(cmd, allow_non_zero=False): function
169 library_paths = run_shell([
175 run_shell([
193 return run_shell([python_bin_path, '-c', 'import sys; print(sys.version[0])'])
464 curr_version = run_shell(
941 cudnn_path_from_ldconfig = run_shell([ldconfig_bin, '-p'])
976 ldd_out = run_shell([ldd_bin, lib], True)
1069 ldconfig_output = run_shell([ldconfig_bin, '-p'])
1145 nccl2_path_from_ldconfig = run_shell([ldconfig_bin, '-p'])
1262 output = run_shell(device_query_bin).split('\n')
/external/v8/samples/
Dshell.cc63 static bool run_shell; variable
77 run_shell = (argc == 1); in main()
89 if (run_shell) RunShell(context, platform.get()); in main()
268 run_shell = true; in RunMain()