Searched refs:macro_test_path (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/cronet/third_party/libc++/src/utils/ |
H A D | generate_feature_test_macro_components.py | 17 macro_test_path = os.path.join( 25 assert os.path.exists(macro_test_path) 27 os.path.join(macro_test_path, "version.version.compile.pass.cpp") 29 return script_name, src_root, include_path, docs_path, macro_test_path 32 script_name, source_root, include_path, docs_path, macro_test_path = get_libcxx_paths() variable 1714 out_path = os.path.join(macro_test_path, test_name)
|