Home
last modified time | relevance | path

Searched refs:puts (Results 1 – 3 of 3) sorted by relevance

/system/tpm/trunks/
Dtrunks_client.cc43 puts("Options:"); in PrintUsage()
44 puts(" --allocate_pcr - Configures PCR 0-15 under the SHA256 bank."); in PrintUsage()
45 puts(" --clear - Clears the TPM. Use before initializing the TPM."); in PrintUsage()
46 puts(" --help - Prints this message."); in PrintUsage()
47 puts(" --init_tpm - Initializes a TPM as CrOS firmware does."); in PrintUsage()
48 puts(" --own - Takes ownership of the TPM with the provided password."); in PrintUsage()
49 puts(" --owner_password - used to provide an owner password"); in PrintUsage()
50 puts(" --regression_test - Runs some basic regression tests. If"); in PrintUsage()
51 puts(" owner_password is supplied, it runs tests that"); in PrintUsage()
52 puts(" need owner permissions."); in PrintUsage()
[all …]
/system/core/toolbox/
Dgetevent.c306 puts(""); in print_hid_descriptor()
/system/core/adb/
Dsysdeps.h366 #define puts adb_puts macro