Searched refs:statinfo (Results 1 – 6 of 6) sorted by relevance
68 statinfo = os.stat(source) variable69 key = str(statinfo.st_ino) + ':' + str(statinfo.st_dev)
70 statinfo = os.stat(source) variable71 key = str(statinfo.st_ino) + ':' + str(statinfo.st_dev)
241 statinfo = os.stat(filepath)244 filename, statinfo.st_size))
1442 >>> statinfo = os.stat('somefile.txt')1443 >>> statinfo1445 >>> statinfo.st_size
5425 struct stat statinfo; in _PyPopenCreateProcess() local5436 if (stat(modulepath, &statinfo) != 0) { in _PyPopenCreateProcess()5456 if (stat(modulepath, &statinfo) != 0) { in _PyPopenCreateProcess()
2495 >>> statinfo = os.stat('somefile.txt')2496 >>> statinfo2500 >>> statinfo.st_size