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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
ndiff.py 128 statf = "ndiff.pro" variable
129 profile.run("main(args)", statf)
130 stats = pstats.Stats(statf)
  /external/python/cpython2/Tools/scripts/
ndiff.py 128 statf = "ndiff.pro" variable
129 profile.run("main(args)", statf)
130 stats = pstats.Stats(statf)
  /external/python/cpython3/Tools/scripts/
ndiff.py 128 statf = "ndiff.pro" variable
129 profile.run("main(args)", statf)
130 stats = pstats.Stats(statf)
  /external/toybox/toys/pending/
syslogd.c 281 struct stat statf; local
282 isreg = (!fstat(tf->logfd, &statf) && S_ISREG(statf.st_mode));
283 size = statf.st_size;

Completed in 158 milliseconds