OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:commands_file
(Results
1 - 3
of
3
) sorted by null
/external/tpm2/generator/
generator.py
103
structures_file,
commands_file
= _TryUntarring(args[0])
110
commands_file
= args[1]
113
return structures_file,
commands_file
126
structures_file,
commands_file
= _ParseCommandLine(argv[1:])
140
html_parser.feed(open(
commands_file
).read())
/external/autotest/client/tests/iozone/
postprocessing.py
399
commands_file
= open(commands_path, 'w')
400
commands_file
.write(commands)
401
commands_file
.close()
438
commands_file
= open(commands_path, 'w')
439
commands_file
.write(commands)
440
commands_file
.close()
/system/tpm/trunks/generator/
generator.py
[
all
...]
Completed in 260 milliseconds