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

  /system/extras/simpleperf/scripts/
test.py 100 use_shell = args[0].endswith('.bat')
103 returncode = subprocess.call(args, shell=use_shell)
105 subproc = subprocess.Popen(args, stdout=subprocess.PIPE, shell=use_shell)
    [all...]
  /external/google-breakpad/src/testing/gtest/scripts/
upload.py 539 use_shell = sys.platform.startswith("win") variable
556 shell=use_shell, universal_newlines=universal_newlines)
    [all...]
  /external/google-breakpad/src/testing/scripts/
upload.py 539 use_shell = sys.platform.startswith("win") variable
556 shell=use_shell, universal_newlines=universal_newlines)
    [all...]
  /external/googletest/googlemock/scripts/
upload.py 539 use_shell = sys.platform.startswith("win") variable
556 shell=use_shell, universal_newlines=universal_newlines)
    [all...]
  /external/googletest/googletest/scripts/
upload.py 539 use_shell = sys.platform.startswith("win") variable
556 shell=use_shell, universal_newlines=universal_newlines)
    [all...]
  /external/v8/testing/gmock/scripts/
upload.py 539 use_shell = sys.platform.startswith("win") variable
556 shell=use_shell, universal_newlines=universal_newlines)
    [all...]
  /external/v8/testing/gtest/scripts/
upload.py 539 use_shell = sys.platform.startswith("win") variable
556 shell=use_shell, universal_newlines=universal_newlines)
    [all...]

Completed in 366 milliseconds