HomeSort by relevance Sort by last modified time
    Searched full:stat (Results 551 - 575 of 1263) sorted by null

<<21222324252627282930>>

  /external/webkit/WebCore/
WebCorePrefix.h 113 #include <sys/stat.h>
  /external/webkit/WebKit/win/
WebDownloadCurl.cpp 44 #include <sys/stat.h>
  /external/webkit/WebKitTools/Scripts/
update-webkit-support-libs 61 print MOD (stat $pathToZip)[9] . "\n";
  /external/yaffs2/yaffs2/direct/
yaffs_fileem2k.c 28 #include <sys/stat.h>
  /external/zlib/examples/
gun.c 63 #include <sys/stat.h> /* stat(), chmod() */
510 struct stat was;
514 if (stat(from, &was) != 0 || (was.st_mode & S_IFMT) != S_IFREG)
  /frameworks/base/core/jni/
android_net_TrafficStats.cpp 22 #include <sys/stat.h>
  /frameworks/base/libs/ui/
KeyLayoutMap.cpp 5 #include <sys/stat.h>
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
bsconf.h 84 "sys/stat.h", "#undef HAVE_SYS_STAT_H", "#define HAVE_SYS_STAT_H 1",
  /frameworks/base/services/java/com/android/server/
ProcessStats.java 188 statFile = new File(procDir, "stat").toString();
203 statFile = new File(taskDir, "stat").toString();
271 if (Process.readProcFile("/proc/stat", SYSTEM_CPU_FORMAT,
468 final String statFile = "/proc/" + pid + "/stat";
  /frameworks/base/tools/aapt/
StringPool.h 18 #include <sys/stat.h>
  /hardware/libhardware/modules/gralloc/
mapper.cpp 24 #include <sys/stat.h>
  /hardware/msm7k/libgralloc/
mapper.cpp 25 #include <sys/stat.h>
  /system/bluetooth/bluedroid/
bluetooth.c 24 #include <sys/stat.h>
  /system/core/adb/
adb_client.c 9 #include <sys/stat.h>
usb_vendors.c 27 # include <sys/stat.h>
  /system/core/init/
util.c 25 #include <sys/stat.h>
  /system/core/libcutils/
sched_policy.c 232 sprintf(statfile, "/proc/%d/stat", tid);
  /system/core/run-as/
run-as.c 25 #include <sys/stat.h>
  /system/core/sh/
exec.c 45 #include <sys/stat.h>
433 struct stat statb;
440 while (stat(name, &statb) < 0) {
534 while (stat(fullname, &statb) < 0) {
  /system/core/toolbox/
mount.c 6 #include <sys/stat.h>
top.c 238 file = fopen("/proc/stat", "r");
239 if (!file) die("Could not open /proc/stat.\n");
258 sprintf(filename, "/proc/%d/stat", pid);
295 sprintf(filename, "/proc/%d/task/%d/stat", pid, tid);
  /system/netd/
TetherController.cpp 22 #include <sys/stat.h>
  /system/vold/
Fat.cpp 27 #include <sys/stat.h>
Loop.cpp 24 #include <sys/stat.h>
main.cpp 21 #include <sys/stat.h>

Completed in 125 milliseconds

<<21222324252627282930>>