HomeSort by relevance Sort by last modified time
    Searched full:arguments_a (Results 1 - 1 of 1) sorted by null

  /external/clang/utils/check_cfc/
check_cfc.py 334 arguments_a = list(sys.argv) variable in class:dash_s_no_change
337 arguments_a[0] = os.path.basename(arguments_a[0])
347 output_file_orig = get_output_file(arguments_a)
349 output_file_orig = derive_output_file(arguments_a)
351 p = subprocess.Popen(arguments_a, env=my_env, shell=is_windows())
356 if not is_normal_compile(arguments_a) or output_file_orig is None:
381 checker.perform_check(arguments_a, my_env)
384 print("{} {}".format(get_input_file(arguments_a), e.msg), file=sys.stderr)

Completed in 53 milliseconds