Home
last modified time | relevance | path

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

/external/google-fruit/tests/
Dfruit_test_common.py77 run_command('valgrind', args = args, modify_env = modify_env_for_compiled_executables)
79 run_command(executable, modify_env = modify_env_for_compiled_executables)
195 def modify_env_for_compiled_executables(env): function