Home
last modified time | relevance | path

Searched refs:map_file (Results 1 – 14 of 14) sorted by relevance

/external/google-breakpad/src/processor/
Dsource_line_resolver_base.cc88 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/
Dgce_instance_map_job.py71 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/
Dnamespace_utils.cc36 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()
Dnamespace_utils.h27 static bool WriteToIdMapFile(const char* map_file,
/external/jsilver/src/com/google/clearsilver/jsilver/precompiler/
Dcompile_cs32 map_file = name + '.map'
35 outs = [ map_file ] + gen_java_files,
50 resources = [ map_file ],
/external/chromium-trace/catapult/perf_insights/perf_insights_build/
Dpi_report_to_html.py82 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/
Dsource_line_resolver_interface.h62 const string &map_file) = 0;
Dsource_line_resolver_base.h77 virtual bool LoadModule(const CodeModule *module, const string &map_file);
/external/google-breakpad/src/common/windows/
Dpdb_source_line_writer.h115 bool WriteMap(FILE *map_file);
Dpdb_source_line_writer.cc1121 bool PDBSourceLineWriter::WriteMap(FILE *map_file) { in WriteMap() argument
1122 output_ = map_file; in WriteMap()
/external/compiler-rt/lib/profile/
DGCDAProfiling.c205 static int map_file() { in map_file() function
292 if (map_file() == -1) { in llvm_gcda_start_file()
/external/elfutils/src/
Dstrings.c470 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()
DChangeLog120 (map_file): Replace mmap64 with mmap.
3118 [_MUDFLAP] (map_file): Simplify mudflap debugging by not using mmap.
/external/selinux/libsemanage/src/
Ddirect_api.c506 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()