Searched refs:FindFileInEnvList (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/cronet/build/toolchain/win/ |
H A D | setup_toolchain.py | 217 def FindFileInEnvList(env, env_name, separator, file_name, optional=False): function 277 vc_bin_dir = FindFileInEnvList(env, 'PATH', os.pathsep, 'cl.exe')
|
/aosp_15_r20/external/angle/build/toolchain/win/ |
H A D | setup_toolchain.py | 216 def FindFileInEnvList(env, env_name, separator, file_name, optional=False): function 273 vc_bin_dir = FindFileInEnvList(env, 'PATH', os.pathsep, 'cl.exe')
|