HomeSort by relevance Sort by last modified time
    Searched refs:tfp (Results 1 - 6 of 6) sorted by null

  /external/iproute2/misc/
rtacct.c 582 FILE *tfp; local
584 if ((tfp = fopen("/proc/uptime", "r")) != NULL) {
585 if (fscanf(tfp, "%ld", &uptime) != 1)
587 fclose(tfp);
ifstat.c 710 FILE *tfp; local
712 if ((tfp = fopen("/proc/uptime", "r")) != NULL) {
713 if (fscanf(tfp, "%ld", &uptime) != 1)
715 fclose(tfp);
nstat.c 562 FILE *tfp; local
564 if ((tfp = fopen("/proc/uptime", "r")) != NULL) {
565 if (fscanf(tfp, "%ld", &uptime) != 1)
567 fclose(tfp);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib.py 244 tfp = open(filename, 'wb')
254 tfp = os.fdopen(fd, 'wb')
272 tfp.write(block)
277 tfp.close()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib.py 244 tfp = open(filename, 'wb')
254 tfp = os.fdopen(fd, 'wb')
272 tfp.write(block)
277 tfp.close()
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 

Completed in 304 milliseconds