Home
last modified time | relevance | path

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

/external/grub/lib/
Ddevice.c494 read_device_map (FILE *fp, char **map, const char *map_file) in read_device_map() argument
501 fprintf (stderr, "%s:%d: error: %s\n", map_file, no, msg); in read_device_map()
509 fprintf (stderr, "%s:%d: warning: ", map_file, no); in read_device_map()
619 init_device_map (char ***map, const char *map_file, int floppy_disks) in init_device_map() argument
636 if (map_file) in init_device_map()
639 fp = fopen (map_file, "r"); in init_device_map()
644 ret = read_device_map (fp, *map, map_file); in init_device_map()
656 if (map_file) in init_device_map()
658 fp = fopen (map_file, "w"); in init_device_map()
Ddevice.h38 extern int init_device_map (char ***map, const char *map_file,
/external/clearsilver/python/examples/trans/
Dtrans.py508 map_file = "%s/gen/tmpl/lang_map.hdf" % (self.root)
510 map_file = "%s/gen/tmpl/%s/lang_map.hdf" % (self.root, d_lang)
512 os.makedirs(os.path.dirname(map_file))
519 map_hdf.writeFile(map_file)