HomeSort by relevance Sort by last modified time
    Searched defs:map_file (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/tools/gyp/test/win/
gyptest-link-mapfile.py 22 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 = test.built_file_path('test_mapfile_generate_filename.map' variable
39 map_file = test.built_file_path('custom_file_name.map', chdir=CHDIR) variable
    [all...]
  /system/core/run-as/
package.c 77 map_file(const char* filename, size_t* filesize) function
437 buffer = map_file(PACKAGES_LIST_FILE, &buffer_len);
  /external/elfutils/src/
strings.c 461 map_file (int fd, off64_t start_off, off64_t fdlen, size_t *map_sizep) function
587 elfmap_base = elfmap = map_file (fd, elfmap_off, fdlen, &elfmap_size);
  /external/compiler-rt/lib/profile/
GCDAProfiling.c 205 static int map_file() { function
210 MAP_FILE | MAP_SHARED, fd, 0);
281 if (map_file() == -1) {

Completed in 215 milliseconds