/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/chromium-trace/catapult/perf_insights/perf_insights/ |
D | gce_instance_map_job.py | 71 map_file = _ReadMapperGCSFile(args.map_file_url) 72 if not map_file: 85 filename=os.path.abspath(map_file)) 106 os.unlink(map_file)
|
/external/libchrome/sandbox/linux/services/ |
D | namespace_utils.cc | 36 bool NamespaceUtils::WriteToIdMapFile(const char* map_file, generic_id_t id) { in WriteToIdMapFile() argument 40 int fd = HANDLE_EINTR(open(map_file, O_WRONLY)); in WriteToIdMapFile()
|
D | namespace_utils.h | 27 static bool WriteToIdMapFile(const char* map_file,
|
/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/chromium-trace/catapult/perf_insights/perf_insights_build/ |
D | pi_report_to_html.py | 82 map_file = project.GetAbsPathFromHRef(map_function_href) 83 module = function_handle.ModuleToLoad(filename=map_file) 88 if map_file == None:
|
/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 | 205 static int map_file() { in map_file() function 292 if (map_file() == -1) { in llvm_gcda_start_file()
|
/external/elfutils/src/ |
D | strings.c | 470 map_file (int fd, off_t start_off, off_t fdlen, size_t *map_sizep) in map_file() function 586 elfmap_base = elfmap = map_file (fd, elfmap_off, fdlen, &elfmap_size); in read_block()
|
D | ChangeLog | 120 (map_file): Replace mmap64 with mmap. 3118 [_MUDFLAP] (map_file): Simplify mudflap debugging by not using mmap.
|
/external/selinux/libsemanage/src/ |
D | direct_api.c | 506 static ssize_t map_file(semanage_handle_t *sh, const char *path, char **data, in map_file() function 962 if ((hll_data_len = map_file(sh, hll_path, &hll_data, &compressed)) <= 0) { in semanage_compile_module() 1530 if ((data_len = map_file(sh, install_filename, &data, &compressed)) <= 0) { in semanage_direct_install_file() 1641 _data_len = map_file(sh, input_file, &_data, &compressed); in semanage_direct_extract()
|