Home
last modified time | relevance | path

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

/aosp_15_r20/external/google-fruit/tests/
H A Dfruit_test_common.py103 run_command('valgrind', args = args, modify_env = modify_env_for_compiled_executables)
105 run_command(executable, modify_env = modify_env_for_compiled_executables)
229 def modify_env_for_compiled_executables(env): function