Home
last modified time | relevance | path

Searched defs:in_file (Results 1 – 4 of 4) sorted by relevance

/system/update_engine/payload_generator/
Dgenerate_delta_main.cc111 const string& in_file) { in CalculateHashForSigning()
142 void SignPayload(const string& in_file, in SignPayload()
170 void VerifySignedPayload(const string& in_file, in VerifySignedPayload()
184 void ApplyDelta(const string& in_file, in ApplyDelta()
/system/sepolicy/tools/fc_sort/
Dfc_sort.c327 FILE *in_file, *out_file; in main() local
/system/tpm/trunks/generator/
Dgenerator.py953 def __init__(self, in_file): argument
1843 def __init__(self, in_file): argument
/system/sepolicy/tools/
Dcheck_seapp.c1032 static void parse_file(file_info *in_file) { in parse_file()