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

  /bionic/libc/private/
bionic_tls.h 90 char dirname_buf[MAXPATHLEN]; member in struct:bionic_tls
  /external/kmod/tools/
modinfo.c 363 char dirname_buf[PATH_MAX]; local
434 snprintf(dirname_buf, sizeof(dirname_buf), "%s/lib/modules/%s",
436 dirname = dirname_buf;
modprobe.c 722 char dirname_buf[PATH_MAX]; local
868 snprintf(dirname_buf, sizeof(dirname_buf),
871 dirname = dirname_buf;

Completed in 243 milliseconds