Searched refs:map_path (Results 1 – 13 of 13) sorted by relevance
/external/angle/src/libANGLE/renderer/ |
D | angle_format.py | 52 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/ |
D | symbols-leak-test.py | 24 def diff(map_path, src_paths): argument 25 map_symbols = set(symbols_from_map(map_path))
|
/external/bcc/src/cc/ |
D | bcc_proc.c | 232 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()
|
D | bcc_perf_map.c | 64 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()
|
D | bcc_perf_map.h | 34 bool bcc_perf_map_path(char *map_path, size_t map_len, int pid);
|
/external/sandboxed-api/sandboxed_api/sandbox2/ |
D | namespace.cc | 97 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/ |
D | sancov.py | 133 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/ |
D | bcc_perf_map.h | 34 bool bcc_perf_map_path(char *map_path, size_t map_len, int pid);
|
/external/rappor/pipeline/ |
D | regtest.sh | 48 local map_path=_tmp/maps/map.csv 51 cp --verbose ../_tmp/python/demo1/case_map.csv $map_path
|
D | combine_status.py | 131 map_path, _) = spec_line.split() 136 map_file = os.path.basename(map_path)
|
D | task_spec.py | 184 map_path= dist_maps.GetMapPath(field_name) 186 yield num_reports, field_name, date, counts_path, params_path, map_path
|
/external/iproute2/include/ |
D | bpf_util.h | 252 int bpf_graft_map(const char *map_path, uint32_t *key, int argc, char **argv);
|
/external/iproute2/lib/ |
D | bpf.c | 968 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()
|