HomeSort by relevance Sort by last modified time
    Searched full:path_map (Results 1 - 1 of 1) 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);

Completed in 1193 milliseconds