Home
last modified time | relevance | path

Searched refs:encoded (Results 1 – 7 of 7) sorted by relevance

/system/extras/perfprofd/tests/
Dperfprofd_test.cc407 std::string encoded; in readEncodedProfile() local
408 encoded.resize(statb.st_size); in readEncodedProfile()
411 size_t items_read = fread((void*) encoded.data(), statb.st_size, 1, ifp); in readEncodedProfile()
416 if (compressed && !encoded.empty()) { in readEncodedProfile()
433 buf.reserve(2 * encoded.size()); in readEncodedProfile()
434 stream.avail_in = encoded.size(); in readEncodedProfile()
435 stream.next_in = reinterpret_cast<Bytef*>(const_cast<char*>(encoded.data())); in readEncodedProfile()
460 encoded = buf; in readEncodedProfile()
464 encodedProfile.ParseFromString(encoded); in readEncodedProfile()
/system/extras/verity/
DBootSignature.java113 byte[] encoded = ((ASN1Object) certificate).getEncoded(); in BootSignature()
114 ByteArrayInputStream bis = new ByteArrayInputStream(encoded); in BootSignature()
/system/core/adb/
DSYNC.TXT53 encoded file mode containing the permissions of the file on device.
DOVERVIEW.TXT96 The content length is encoded in ASCII for easier debugging.
Dtest_device.py1353 encoded = string.encode("utf8")
1354 result = b"%04x%s" % (len(encoded), encoded)
/system/sepolicy/
DREADME102 NOTE: The pem files are base64 encoded and PackageManagerService, mac_permissions.xml
/system/core/fastboot/fuzzy_fastboot/
DREADME.md197 … vendor's implementation. It could be part of the `OKAY` response, or be encoded in `INFO` respons…