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

  /external/qemu/
qemu-sockets-android.c 489 char unpath[PATH_MAX]; local
497 snprintf(unpath, sizeof(unpath), "%s/qemu-socket-XXXXXX",
499 upath = unpath;
507 fd = mkstemp(unpath); close(fd);
508 qemu_opt_set(opts, "path", unpath);
  /external/chromium_org/third_party/sqlite/src/test/
fts1porter.test     [all...]

Completed in 191 milliseconds