Searched refs:map_file (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/tools/gyp/test/win/
H A Dgyptest-link-mapfile.py22 map_file = test.built_file_path('test_mapfile_unset.map', chdir=CHDIR) variable
23 test.must_not_exist(map_file)
25 map_file = test.built_file_path('test_mapfile_generate.map', chdir=CHDIR) variable
26 test.must_exist(map_file)
27 test.must_contain(map_file, '?AnExportedFunction@@YAXXZ')
28 test.must_not_contain(map_file, 'void __cdecl AnExportedFunction(void)')
30 map_file = test.built_file_path('test_mapfile_generate_exports.map', variable
32 test.must_exist(map_file)
33 test.must_contain(map_file, 'void __cdecl AnExportedFunction(void)')
35 map_file variable
39 map_file = test.built_file_path('custom_file_name.map', chdir=CHDIR) variable
[all...]
/external/chromium_org/chrome/browser/metrics/variations/
H A Dgenerate_resources_map.py168 def main(resources_file, map_file):
178 with open(map_file, "w") as generated_file:
/external/chromium_org/tools/android/heap_profiler/
H A Dheap_dump.c78 char map_file[32]; local
80 &start, &end, map_file);
82 if (ret != 3 || strcmp(map_file, "/dev/zero") != 0 || size < sizeof(stats))
/external/chromium_org/sandbox/linux/services/
H A Dcredentials.cc76 // Write a uid or gid mapping from |id| to |id| in |map_file|.
77 bool WriteToIdMapFile(const char* map_file, generic_id_t id) { argument
78 ScopedFILE f(fopen(map_file, "w"));
/external/chromium_org/tools/gyp/pylib/gyp/
H A Dmsvs_emulation.py348 map_file = self._Setting(('VCLinkerTool', 'MapFileName'), config)
349 if map_file:
350 map_file = expand_special(self.ConvertVSMacros(map_file, config=config))
351 return map_file
537 map_file = self.GetMapFileName(config, expand_special)
538 ld('GenerateMapFile', map={'true': '/MAP:' + map_file if map_file
/external/compiler-rt/lib/profile/
H A DGCDAProfiling.c226 static int map_file() { function
308 if (map_file() == -1) {
/external/elfutils/0.153/src/
H A Dstrings.c461 map_file (int fd, off64_t start_off, off64_t fdlen, size_t *map_sizep) function
585 elfmap_base = elfmap = map_file (fd, elfmap_off, fdlen, &elfmap_size);

Completed in 808 milliseconds