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

/frameworks/wilhelm/tests/listening/
H A DseekTorture.c98 FILE *fp_map = fopen(argv[2], "r"); local
99 if (fp_map != NULL) {
101 while (fscanf(fp_map, "%u %u", &position, &duration) == 2) {
/frameworks/wilhelm/tools/permute/
H A Dpermute.c288 FILE *fp_map = fopen(path_map, "w"); local
289 if (fp_map == NULL) {
293 fprintf(fp_map, "%u %u\n", (unsigned) ((s.mSegmentArray[i].mPermutedStart * 1000.0) /
296 fclose(fp_map);

Completed in 38 milliseconds