OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:statval
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/zlib/
minigzip.py
29
statval
= os.stat(filename) # ... modification time ...
30
mtime =
statval
[8]
47
write32(output,
statval
[6]) # and the file size.
/external/python/cpython2/Demo/zlib/
minigzip.py
29
statval
= os.stat(filename) # ... modification time ...
30
mtime =
statval
[8]
47
write32(output,
statval
[6]) # and the file size.
/device/linaro/hikey/installer/hikey960/
mkdtimg
42
statval
= stat(filename)
58
write32(output,
statval
.st_size)
Completed in 370 milliseconds