HomeSort by relevance Sort by last modified time
    Searched full:path_map (Results 1 - 2 of 2) sorted by null

  /frameworks/wilhelm/tools/permute/
permute.c 284 char *path_map = malloc(strlen(path_in) + 8); local
285 assert(path_map != NULL);
286 strcpy(path_map, path_in);
287 strcat(path_map, ".map");
288 FILE *fp_map = fopen(path_map, "w");
290 perror(path_map);
  /external/chromium_org/tools/generate_stubs/
generate_stubs.py 283 """bool InitializeStubs(const StubPathMap& path_map) {
288 StubPathMap::const_iterator it = path_map.find(cur_module);
289 if (it == path_map.end()) {
351 bool InitializeStubs(const StubPathMap& path_map);
    [all...]

Completed in 43 milliseconds