Home
last modified time | relevance | path

Searched defs:map_path (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/frameworks/base/tools/aapt2/optimize/
H A DObfuscator_test.cpp391 const auto map_path = testing::TempDir() + "/obfuscated_map.pb"; in TEST() local
420 const auto map_path = testing::TempDir() + "/obfuscated_map.pb"; in TEST() local
/aosp_15_r20/external/libxkbcommon/test/
H A Dsymbols-leak-test.py24 def diff(map_path, src_paths): argument
/aosp_15_r20/external/bcc/src/cc/
H A Dbcc_perf_map.c64 bool bcc_perf_map_path(char *map_path, size_t map_len, int pid) { in bcc_perf_map_path()
H A Dbcc_proc.c232 char map_path[4096]; in bcc_procutils_each_module() local
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/scripts/
H A Dsancov.py133 def UnpackOneRawFile(path, map_path): argument
/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/
H A Dnamespace.cc96 void WriteIDMap(const char* map_path, int32_t uid) { in WriteIDMap()
/aosp_15_r20/external/iproute2/lib/
H A Dbpf.c968 int bpf_graft_map(const char *map_path, uint32_t *key, int argc, char **argv) in bpf_graft_map()
/aosp_15_r20/cts/tests/tests/security/jni/
H A Dandroid_security_cts_cve_2019_2213_Test.c844 void *map_path(const char *path, u64 *size) { in map_path() function