/external/google-breakpad/src/processor/ |
D | source_line_resolver_base.cc | 88 bool SourceLineResolverBase::ReadSymbolFile(const string &map_file, in ReadSymbolFile() argument 97 int error_code = stat(map_file.c_str(), &buf); in ReadSymbolFile() 101 BPLOG(ERROR) << "Could not open " << map_file << in ReadSymbolFile() 114 BPLOG(ERROR) << "Could not allocate memory for " << map_file; in ReadSymbolFile() 118 BPLOG(INFO) << "Opening " << map_file; in ReadSymbolFile() 120 FILE *f = fopen(map_file.c_str(), "rt"); in ReadSymbolFile() 124 BPLOG(ERROR) << "Could not open " << map_file << in ReadSymbolFile() 140 BPLOG(ERROR) << "Could not slurp " << map_file << in ReadSymbolFile() 152 const string &map_file) { in LoadModule() argument 164 << " from " << map_file; in LoadModule() [all …]
|
/external/libxkbcommon/xkbcommon/src/ |
D | utils.c | 35 map_file(FILE *file, const char **string_out, size_t *size_out) in map_file() function 64 map_file(FILE *file, const char **string_out, size_t *size_out) in map_file() function
|
D | utils.h | 182 map_file(FILE *file, const char **string_out, size_t *size_out);
|
/external/jsilver/src/com/google/clearsilver/jsilver/precompiler/ |
D | compile_cs | 32 map_file = name + '.map' 35 outs = [ map_file ] + gen_java_files, 50 resources = [ map_file ],
|
/external/u-boot/scripts/ |
D | mailmapper | 130 for map_file in mailmap_files: 132 infile = open(map_file)
|
/external/google-breakpad/src/google_breakpad/processor/ |
D | source_line_resolver_interface.h | 62 const string &map_file) = 0;
|
D | source_line_resolver_base.h | 77 virtual bool LoadModule(const CodeModule *module, const string &map_file);
|
/external/google-breakpad/src/common/windows/ |
D | pdb_source_line_writer.h | 115 bool WriteMap(FILE *map_file);
|
D | pdb_source_line_writer.cc | 1121 bool PDBSourceLineWriter::WriteMap(FILE *map_file) { in WriteMap() argument 1122 output_ = map_file; in WriteMap()
|
/external/compiler-rt/lib/profile/ |
D | GCDAProfiling.c | 215 static int map_file() { in map_file() function 302 if (map_file() == -1) { in llvm_gcda_start_file()
|
/external/libxkbcommon/xkbcommon/src/compose/ |
D | paths.c | 71 ok = map_file(file, &string, &string_size); in resolve_name()
|
D | parser.c | 508 ok = map_file(file, &string, &size); in do_include() 749 ok = map_file(file, &string, &size); in parse_file()
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_offload.py | 534 def check_dev_info_removed(prog_file=None, map_file=None): argument 543 ret, err = bpftool("map show pin %s" % (map_file), fail=False) 549 def check_dev_info(other_ns, ns, prog_file=None, map_file=None, removed=False): argument 1077 map_file, _ = pin_map("/sys/fs/bpf/tmp_map", idx=1, expected=2) variable 1081 check_dev_info_removed(prog_file=prog_file, map_file=map_file)
|
/external/elfutils/src/ |
D | strings.c | 455 map_file (int fd, off_t start_off, off_t fdlen, size_t *map_sizep) in map_file() function 571 elfmap_base = elfmap = map_file (fd, elfmap_off, fdlen, &elfmap_size); in read_block()
|
D | ChangeLog | 1183 (map_file): Replace mmap64 with mmap. 4181 [_MUDFLAP] (map_file): Simplify mudflap debugging by not using mmap.
|
/external/libxkbcommon/xkbcommon/src/xkbcomp/ |
D | scanner.c | 198 ok = map_file(file, &string, &size); in XkbParseFile()
|
D | rules.c | 1018 ret = map_file(file, &string, &size); in xkb_components_from_rules()
|
/external/selinux/libsemanage/src/ |
D | direct_api.c | 588 static ssize_t map_file(semanage_handle_t *sh, const char *path, char **data, in map_file() function 1086 if ((hll_data_len = map_file(sh, hll_path, &hll_data, &compressed)) <= 0) { in semanage_compile_module() 1761 if ((data_len = map_file(sh, install_filename, &data, &compressed)) <= 0) { in semanage_direct_install_file() 1898 _data_len = map_file(sh, input_file, &_data, &compressed); in semanage_direct_extract()
|
/external/u-boot/doc/ |
D | README.trace | 275 -m <map_file>
|
/external/protobuf/src/google/protobuf/ |
D | descriptor_unittest.cc | 581 FileDescriptorProto map_file; in SetUp() local 582 map_file.set_name("map.proto"); in SetUp() 583 DescriptorProto* message3 = AddMessage(&map_file, "TestMessage3"); in SetUp() 630 map_file_ = pool_.BuildFile(map_file); in SetUp()
|