Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/
Dangle_format.py52 map_path = get_angle_format_map_abs_path()
53 return load_forward_table(map_path)
67 map_path = get_angle_format_map_abs_path()
68 return load_inverse_table(map_path).keys()
/external/libxkbcommon/test/
Dsymbols-leak-test.py24 def diff(map_path, src_paths): argument
25 map_symbols = set(symbols_from_map(map_path))
/external/bcc/src/cc/
Dbcc_proc.c232 char map_path[4096]; in bcc_procutils_each_module() local
237 if (bcc_perf_map_path(map_path, sizeof(map_path), pid)) { in bcc_procutils_each_module()
238 mod.name = map_path; in bcc_procutils_each_module()
246 int res = snprintf(map_path, 4096, "/tmp/perf-%d.map", pid); in bcc_procutils_each_module()
248 mod.name = map_path; in bcc_procutils_each_module()
Dbcc_perf_map.c64 bool bcc_perf_map_path(char *map_path, size_t map_len, int pid) { in bcc_perf_map_path() argument
79 snprintf(map_path, map_len, "%s/tmp/perf-%d.map", target, nstgid); in bcc_perf_map_path()
Dbcc_perf_map.h34 bool bcc_perf_map_path(char *map_path, size_t map_len, int pid);
/external/sandboxed-api/sandboxed_api/sandbox2/
Dnamespace.cc97 void WriteIDMap(const char* map_path, int32_t uid) { in WriteIDMap() argument
99 TEMP_FAILURE_RETRY(open(map_path, O_WRONLY | O_CLOEXEC))); in WriteIDMap()
100 SAPI_RAW_PCHECK(fd.get() != -1, "Couldn't open %s", map_path); in WriteIDMap()
103 "Could not write %d to %s", uid, map_path); in WriteIDMap()
/external/compiler-rt/lib/sanitizer_common/scripts/
Dsancov.py133 def UnpackOneRawFile(path, map_path): argument
135 with open(map_path, mode="rt") as f_map:
136 print >> sys.stderr, "%s: reading map %s" % (prog_name, map_path)
/external/bcc/src/cc/includes/
Dbcc_perf_map.h34 bool bcc_perf_map_path(char *map_path, size_t map_len, int pid);
/external/rappor/pipeline/
Dregtest.sh48 local map_path=_tmp/maps/map.csv
51 cp --verbose ../_tmp/python/demo1/case_map.csv $map_path
Dcombine_status.py131 map_path, _) = spec_line.split()
136 map_file = os.path.basename(map_path)
Dtask_spec.py184 map_path= dist_maps.GetMapPath(field_name)
186 yield num_reports, field_name, date, counts_path, params_path, map_path
/external/iproute2/include/
Dbpf_util.h252 int bpf_graft_map(const char *map_path, uint32_t *key, int argc, char **argv);
/external/iproute2/lib/
Dbpf.c968 int bpf_graft_map(const char *map_path, uint32_t *key, int argc, char **argv) in bpf_graft_map() argument
1003 map_fd = bpf_obj_get(map_path, type); in bpf_graft_map()
1006 map_path, strerror(errno)); in bpf_graft_map()
1015 fprintf(stderr, "Map \'%s\' self-check failed!\n", map_path); in bpf_graft_map()