HomeSort by relevance Sort by last modified time
    Searched refs:statbuf (Results 26 - 36 of 36) sorted by null

12

  /external/dnsmasq/src/
dnsmasq.c 915 struct stat statbuf; local
921 if (stat(res->name, &statbuf) == -1)
930 if (statbuf.st_mtime != res->mtime)
932 res->mtime = statbuf.st_mtime;
933 if (difftime(statbuf.st_mtime, last_change) > 0.0)
935 last_change = statbuf.st_mtime;
    [all...]
option.c 2542 struct stat statbuf; local
    [all...]
  /external/libusb/libusb/os/
linux_usbfs.c 234 struct stat statbuf; local
257 r = stat(SYSFS_DEVICE_PATH, &statbuf);
258 if (r == 0 && S_ISDIR(statbuf.st_mode)) {
934 struct stat statbuf; local
938 r = stat(filename, &statbuf);
939 if (r == 0 && S_ISREG(statbuf.st_mode)) {
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/httpfs/
http_fs_node.cc 217 struct stat statbuf; local
218 Error error = GetStat_Locked(&statbuf);
  /external/libpcap/
pcap-dlpi.c 1450 struct stat statbuf; local
    [all...]
  /external/e2fsprogs/debugfs/
debugfs.c 1658 struct stat statbuf; local
    [all...]
  /external/chromium_org/third_party/libusb/src/libusb/os/
linux_usbfs.c 356 struct stat statbuf; local
411 r = stat(SYSFS_DEVICE_PATH, &statbuf);
412 if (r != 0 || !S_ISDIR(statbuf.st_mode)) {
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
os_unix.c 1111 struct stat statbuf; \/* Low-level file information *\/ local
    [all...]
  /external/e2fsprogs/misc/
mke2fs.c 1240 struct stat statbuf; local
1243 if (!stat(file, &statbuf) && S_ISREG(statbuf.st_mode))
    [all...]
  /external/netperf/
netlib.c 1527 struct stat statbuf; local
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c 25252 struct stat statbuf; \/* Low-level file information *\/ local
    [all...]

Completed in 376 milliseconds

12