Home
last modified time | relevance | path

Searched defs:verbose (Results 1 – 6 of 6) sorted by relevance

/device/google/contexthub/util/nanoapp_sign/
Dnanoapp_sign.c124 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/
Dpostprocess_elf.c123 … 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
Dpostprocess.c130 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/
Dcreate_base_image.go73 var verbose bool var
/device/google/cuttlefish/common/libs/utils/
Dsubprocess.cpp124 SubprocessOptions& SubprocessOptions::Verbose(bool verbose) & { in Verbose()
128 SubprocessOptions SubprocessOptions::Verbose(bool verbose) && { in Verbose()
/device/generic/car/emulator/usbpt/bluetooth/usb_modeswitch/
Dusb_modeswitch.c146 char verbose=0, show_progress=1, ResetUSB=0, CheckSuccess=0, config_read=0; variable