| /system/core/libcutils/ |
| D | uevent.c | 32 ssize_t uevent_kernel_multicast_recv(int socket, void *buffer, size_t length) in uevent_kernel_multicast_recv() 48 size_t length, uid_t *user) in uevent_kernel_multicast_uid_recv()
|
| D | strdup8to16.c | 186 int length, size_t *out_len) in strcpylen8to16()
|
| /system/extras/verity/ |
| D | verify_boot_signature.c | 42 ASN1_INTEGER *length; member 161 static int validate_signature_block(const BootSignature *bs, uint64_t length) in validate_signature_block() 219 static int hash_image(int fd, uint64_t length, const AuthAttrs *aa, in hash_image() 310 static int verify_signature(int fd, uint64_t length, const BootSignature *bs) in verify_signature()
|
| D | BootSignature.java | 70 private ASN1Integer length; field in BootSignature 81 public BootSignature(String target, int length) { in BootSignature() 206 int length = pageSize // include the page aligned image header in getSignableImageSize() local
|
| /system/keymaster/ |
| D | google_keymaster_messages.cpp | 93 void GetKeyCharacteristicsRequest::SetKeyMaterial(const void* key_material, size_t length) { in SetKeyMaterial() 135 void BeginOperationRequest::SetKeyMaterial(const void* key_material, size_t length) { in SetKeyMaterial() 227 void ImportKeyRequest::SetKeyMaterial(const void* key_material, size_t length) { in SetKeyMaterial() 256 void ImportKeyResponse::SetKeyMaterial(const void* key_material, size_t length) { in SetKeyMaterial() 285 void ExportKeyRequest::SetKeyMaterial(const void* key_material, size_t length) { in SetKeyMaterial() 315 void ExportKeyResponse::SetKeyMaterial(const void* key_material, size_t length) { in SetKeyMaterial()
|
| D | google_keymaster_utils.cpp | 28 int memcmp_s(const void* p1, const void* p2, size_t length) { in memcmp_s()
|
| D | google_softkeymaster.h | 45 void GenerateNonce(uint8_t* nonce, size_t length) { in GenerateNonce()
|
| /system/vold/ |
| D | Process.cpp | 37 int length; in readSymLink() local 53 int length = strlen(mountPoint); in pathMatchesMountPoint() local 73 int length = read(fd, buffer, max - 1); in getProcessName() local
|
| /system/extras/ksmutils/ |
| D | lookup3.c | 176 size_t length, /* the length of the key, in uint32_ts */ in hashword() 220 size_t length, /* the length of the key, in uint32_ts */ in hashword2() 283 uint32_t hashlittle( const void *key, size_t length, uint32_t initval) in hashlittle() 465 size_t length, /* length of the key */ in hashlittle2() 645 uint32_t hashbig( const void *key, size_t length, uint32_t initval) in hashbig()
|
| /system/core/libutils/ |
| D | Tokenizer.cpp | 39 bool ownBuffer, size_t length) : in Tokenizer() 68 size_t length = size_t(stat.st_size); in open() local
|
| D | FileMap.cpp | 90 bool FileMap::create(const char* origFileName, int fd, off64_t offset, size_t length, in create()
|
| /system/core/toolbox/ |
| D | ioctl.c | 20 int length = -1; in ioctl_main() local
|
| /system/core/fastbootd/ |
| D | utils.c | 164 ssize_t bulk_write(int bulk_in, const char *buf, size_t length) in bulk_write() 184 ssize_t bulk_read(int bulk_out, char *buf, size_t length) in bulk_read()
|
| /system/core/include/utils/ |
| D | String8.h | 266 inline size_t String8::length() const in length() function
|
| /system/core/fastbootd/commands/ |
| D | flash.c | 57 size_t length; in flash_find_entry() local
|
| /system/extras/tests/sdcard/ |
| D | plot_sdcard.py | 67 def RescaleTo(self, length): argument
|
| /system/core/fs_mgr/include/ |
| D | fs_mgr.h | 54 long long length; member
|
| /system/core/libziparchive/ |
| D | zip_archive.cc | 330 const size_t length, const bool read_only, in MapFileSegment() 342 static int32_t CopyFileToFile(int fd, uint8_t* begin, const uint32_t length, uint64_t *crc_out) { in CopyFileToFile() 404 const char* name, uint16_t length) { in EntryToIndex() 426 const char* name, uint16_t length) { in AddToHash() 974 uint8_t* begin, uint32_t length, in InflateToFile()
|
| /system/core/adb/ |
| D | usb_linux_client.c | 346 static int bulk_write(int bulk_in, const char *buf, size_t length) in bulk_write() 380 static int bulk_read(int bulk_out, char *buf, size_t length) in bulk_read()
|
| /system/core/libpixelflinger/codeflinger/ |
| D | Arm64Disassembler.cpp | 298 uint32_t length = strlen(entry->instr_template); in arm64_disassemble() local
|
| /system/extras/puncture_fs/ |
| D | puncture_fs.c | 75 u64 length = 0; in create_unique_file() local
|
| /system/core/libion/ |
| D | ion.c | 89 int ion_map(int fd, ion_user_handle_t handle, size_t length, int prot, in ion_map()
|
| /system/core/libusbhost/ |
| D | usbhost.c | 357 int length; in usb_device_new() local 571 int length, in usb_device_control_transfer() 594 int length, in usb_device_bulk_transfer()
|
| /system/security/keystore/ |
| D | keystore.cpp | 325 size_t length = keyName.length(); in encode_key_length() local 336 size_t length = keyName.length(); in encode_key() local 356 static size_t decode_key_length(const char* in, size_t length) { in decode_key_length() 370 static void decode_key(char* out, const char* in, size_t length) { in decode_key() 473 int32_t length; // in network byte order when encrypted member 808 size_t length = readFully(in, (uint8_t*) &rawBlob, sizeof(rawBlob)); in readMasterKey() local 1979 int32_t import(const String16& name, const uint8_t* data, size_t length, int targetUid, in import() 2006 int32_t sign(const String16& name, const uint8_t* data, size_t length, uint8_t** out, in sign()
|
| /system/core/healthd/ |
| D | BatteryMonitor.cpp | 126 int length = readFromFile(path, buf, SIZE); in readPowerSupplyType() local
|