/external/iproute2/misc/ |
rtacct.c | 581 FILE *tfp; local 583 if ((tfp = fopen("/proc/uptime", "r")) != NULL) { 584 if (fscanf(tfp, "%ld", &uptime) != 1) 586 fclose(tfp);
|
nstat.c | 643 FILE *tfp; local 645 if ((tfp = fopen("/proc/uptime", "r")) != NULL) { 646 if (fscanf(tfp, "%ld", &uptime) != 1) 648 fclose(tfp);
|
ifstat.c | 813 FILE *tfp; local 815 if ((tfp = fopen("/proc/uptime", "r")) != NULL) { 816 if (fscanf(tfp, "%ld", &uptime) != 1) 818 fclose(tfp);
|
/prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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/guice/extensions/struts2/lib/ |
jsp-2.1.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.apache.jasper_5.5.17.v201004212143.jar | |