Home
last modified time | relevance | path

Searched refs:statinfo (Results 1 – 6 of 6) sorted by relevance

/external/skqp/gn/
Dfind_headers.py68 statinfo = os.stat(source) variable
69 key = str(statinfo.st_ino) + ':' + str(statinfo.st_dev)
/external/skia/gn/
Dfind_headers.py70 statinfo = os.stat(source) variable
71 key = str(statinfo.st_ino) + ':' + str(statinfo.st_dev)
/external/tensorflow/tensorflow/examples/speech_commands/
Dinput_data.py241 statinfo = os.stat(filepath)
244 filename, statinfo.st_size))
/external/python/cpython2/Doc/library/
Dos.rst1442 >>> statinfo = os.stat('somefile.txt')
1443 >>> statinfo
1445 >>> statinfo.st_size
/external/python/cpython2/Modules/
Dposixmodule.c5425 struct stat statinfo; in _PyPopenCreateProcess() local
5436 if (stat(modulepath, &statinfo) != 0) { in _PyPopenCreateProcess()
5456 if (stat(modulepath, &statinfo) != 0) { in _PyPopenCreateProcess()
/external/python/cpython3/Doc/library/
Dos.rst2495 >>> statinfo = os.stat('somefile.txt')
2496 >>> statinfo
2500 >>> statinfo.st_size