HomeSort by relevance Sort by last modified time
    Searched refs:path_out (Results 1 - 5 of 5) 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/dbus-binding-generator/chromeos-dbus-bindings/
generate_chromeos_dbus_bindings.cc 67 base::FilePath path_out = base::MakeAbsoluteFilePath(path_in); local
68 if (path_out.value().empty()) {
70 path_out = path_in;
72 return path_out;
  /system/connectivity/shill/
device_info.h 253 // |path_name| for interface |iface_name| in output parameter |path_out|.
257 base::FilePath* path_out);
device_info.cc 255 FilePath* path_out) {
257 path_out);
    [all...]
  /external/libevent/
evdns.c 3539 char *path_out; local
    [all...]

Completed in 950 milliseconds