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

/frameworks/wilhelm/tools/permute/
H A Dpermute.c284 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 36 milliseconds