Home
last modified time | relevance | path

Searched refs:exe_name (Results 1 - 10 of 10) sorted by relevance

/third_party/mbedtls/scripts/mbedtls_dev/
H A Dc_build_helper.py39 Return ```(c_file, c_name, exe_name)``` where ``c_file`` is a Python
41 and ``exe_name`` is the name of the executable that will be produced
47 exe_name = c_name[:-2] + exe_suffix
48 remove_file_if_exists(exe_name)
50 return c_file, c_name, exe_name
151 exe_name = None variable
154 c_file, c_name, exe_name = create_c_file(file_label)
163 compile_c_file(c_name, exe_name, include_path)
169 output = subprocess.check_output([exe_name])
172 remove_file_if_exists(exe_name)
[all...]
/third_party/skia/third_party/externals/angle2/tools/
H A Dangle_tools.py29 exe_name = file_name
31 exe_name += windows_extension
32 return exe_name
/third_party/unity/test/
H A Drakefile_helper.rb144 def link_it(exe_name, obj_list)
145 exe_name = File.join('build', File.basename(exe_name))
146 cmd_str = build_command_string( $cfg[:tools][:test_linker], [ obj_list, exe_name ] )
/third_party/benchmark/tools/gbench/
H A Dutil.py160 def run_benchmark(exe_name, benchmark_flags):
162 Run a benchmark specified by 'exe_name' with the specified
177 cmd = [exe_name] + benchmark_flags
/third_party/cJSON/tests/unity/extras/fixture/
H A Drakefile_helper.rb91 def link_it(exe_name, obj_list)
97 exe_name + $cfg['linker']['bin_files']['extension']
/third_party/node/deps/v8/tools/
H A Dwindbg.js252 for (let exe_name in known_exes) {
256 return m.Name.indexOf(`\\${exe_name}.exe`) !== -1;
259 module_name_cache = exe_name;
/third_party/cJSON/tests/unity/test/
H A Drakefile_helper.rb129 def link_it(exe_name, obj_list)
135 exe_name + $cfg['linker']['bin_files']['extension']
/third_party/cJSON/tests/unity/examples/example_3/
H A Drakefile_helper.rb109 def link_it(exe_name, obj_list)
115 exe_name + $cfg['linker']['bin_files']['extension']
/third_party/unity/examples/example_3/
H A Drakefile_helper.rb112 def link_it(exe_name, obj_list)
118 cmd_str += exe_name + $cfg['linker']['bin_files']['extension']
/third_party/pulseaudio/src/pulsecore/
H A Dpid.c394 int pa_pid_file_kill(int sig, pid_t *pid, const char *exe_name) { argument

Completed in 5 milliseconds