OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:treefile
(Results
1 - 1
of
1
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
newslist.py
53
treefile
= 'grouptree'
variable
113
treefile
= os.path.join(topdir,
treefile
)
variable
252
def readlocallist(
treefile
):
256
treetime = time.localtime(os.stat(
treefile
)[ST_MTIME])
258
print '\n*** Failed to open local group cache '+
treefile
264
with open(
treefile
, 'rb') as dump:
267
print 'Cannot open local group list ' +
treefile
270
def writelocallist(
treefile
, tree):
272
with open(
treefile
, 'wb') as dump:
[
all
...]
Completed in 121 milliseconds