Searched defs:verbose (Results 1 – 6 of 6) sorted by relevance
/device/google/contexthub/util/nanoapp_sign/ |
D | nanoapp_sign.c | 124 static bool validateSignature(uint8_t *sigPack, struct RsaData *rsa, bool verbose, uint32_t *refHas… in validateSignature() 226 static int handleVerify(uint8_t **pbuf, uint32_t bufUsed, struct RsaData *rsa, bool verbose, bool b… in handleVerify() 316 …Sign(uint8_t **pbuf, uint32_t bufUsed, FILE *out, struct RsaData *rsa, bool verbose, bool bareData) in handleSign() 432 bool verbose = false; in main() local
|
/device/google/contexthub/util/nanoapp_postprocess/ |
D | postprocess_elf.c | 123 … NanoRelocEntry *nanoRelocs, uint32_t outNumRelocs, uint32_t *finalPackedNanoRelocSz, bool verbose) in packNanoRelocs() 291 …, FILE *out, uint32_t layoutFlags, uint64_t appId, uint32_t appVer, uint32_t chreApi, bool verbose) in handleApp() 714 static bool genElfNanoRelocs(struct ElfNanoApp *app, bool verbose) in genElfNanoRelocs() 792 …, FILE *out, uint32_t layoutFlags, uint64_t appId, uint32_t appVer, uint32_t chreApi, bool verbose) in handleAppStatic() 897 bool verbose = false; in main() local
|
D | postprocess.c | 130 bool verbose = app->debug; in packNanoRelocs() local 403 …, uint32_t bufUsed, FILE *out, uint32_t layoutFlags, uint64_t appId, uint32_t appVer, bool verbose) in handleApp() 636 bool verbose = false; in main() local
|
/device/google/cuttlefish/tools/ |
D | create_base_image.go | 73 var verbose bool var
|
/device/google/cuttlefish/common/libs/utils/ |
D | subprocess.cpp | 124 SubprocessOptions& SubprocessOptions::Verbose(bool verbose) & { in Verbose() 128 SubprocessOptions SubprocessOptions::Verbose(bool verbose) && { in Verbose()
|
/device/generic/car/emulator/usbpt/bluetooth/usb_modeswitch/ |
D | usb_modeswitch.c | 146 char verbose=0, show_progress=1, ResetUSB=0, CheckSuccess=0, config_read=0; variable
|