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

  /frameworks/wilhelm/tools/permute/
permute.c 252 char *path_out = malloc(strlen(path_in) + 8); local
253 assert(path_out != NULL);
254 strcpy(path_out, path_in);
255 strcat(path_out, ".wav");
262 sf_out = sf_open(path_out, SFM_WRITE, &sfinfo_out);
264 perror(path_out);
274 path_out, (int) s.mSegmentArray[i].mFrameLength, (int) count);
  /external/libevent/
evdns.c 3539 char *path_out; local
    [all...]

Completed in 93 milliseconds