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

  /external/iproute2/misc/
rtacct.c 578 FILE *tfp; local
581 if ((tfp = fopen("/proc/uptime", "r")) != NULL) {
582 if (fscanf(tfp, "%ld", &uptime) != 1)
584 fclose(tfp);
nstat.c 681 FILE *tfp; local
684 if ((tfp = fopen("/proc/uptime", "r")) != NULL) {
685 if (fscanf(tfp, "%ld", &uptime) != 1)
687 fclose(tfp);
ifstat.c 967 FILE *tfp; local
970 if ((tfp = fopen("/proc/uptime", "r")) != NULL) {
971 if (fscanf(tfp, "%ld", &uptime) != 1)
973 fclose(tfp);
  /external/python/cpython3/Lib/urllib/
request.py 258 tfp = open(filename, 'wb')
260 tfp = tempfile.NamedTemporaryFile(delete=False)
261 filename = tfp.name
264 with tfp:
281 tfp.write(block)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
urllib.py 241 tfp = open(filename, 'wb')
251 tfp = os.fdopen(fd, 'wb')
269 tfp.write(block)
274 tfp.close()
    [all...]
  /external/python/cpython2/Lib/
urllib.py 249 tfp = open(filename, 'wb')
259 tfp = os.fdopen(fd, 'wb')
277 tfp.write(block)
282 tfp.close()
    [all...]
  /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 

Completed in 928 milliseconds