Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/build/android/pylib/symbols/
H A Ddeobfuscator.py20 def __init__(self, mapping_path): argument
25 self._command = [script_path, mapping_path]
38 def __init__(self, mapping_path): argument
42 self.mapping_path = mapping_path
50 return Deobfuscator(self.mapping_path)
/aosp_15_r20/external/cronet/build/android/pylib/symbols/
H A Ddeobfuscator.py20 def __init__(self, mapping_path): argument
25 self._command = [script_path, mapping_path]
38 def __init__(self, mapping_path): argument
42 self.mapping_path = mapping_path
50 return Deobfuscator(self.mapping_path)
/aosp_15_r20/development/scripts/
H A Dupdate_crate_tests.py203 mapping_path = file.split("/TEST_MAPPING")[0].split("//")[1]
204 return mapping_path
237 mapping_path = self.test_to_test_mapping(env, rdep_path, rdep_test)
239 if (mapping_path is not None) and exclude_dir.endswith(mapping_path):
242 elif mapping_path is not None:
243 rdep_dirs.add(mapping_path)
/aosp_15_r20/external/angle/build/android/
H A Dconvert_dex_profile_tests.py260 mapping_path = os.path.join(temp_dir, 'mapping')
261 with open(mapping_path, 'w') as mapping_file:
267 cp.ObfuscateProfile(unobfuscated_path, dex_path, mapping_path, '/bin/cat',
/aosp_15_r20/external/cronet/build/android/
H A Dconvert_dex_profile_tests.py260 mapping_path = os.path.join(temp_dir, 'mapping')
261 with open(mapping_path, 'w') as mapping_file:
267 cp.ObfuscateProfile(unobfuscated_path, dex_path, mapping_path, '/bin/cat',
/aosp_15_r20/external/cronet/base/trace_event/
H A Dinterned_args_helper.cc78 const std::string& mapping_path) { in Add() argument
81 msg->set_str(mapping_path); in Add()
H A Dinterned_args_helper.h146 const std::string& mapping_path);