Searched refs:encoded (Results 1 – 7 of 7) sorted by relevance
407 std::string encoded; in readEncodedProfile() local408 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()
113 byte[] encoded = ((ASN1Object) certificate).getEncoded(); in BootSignature()114 ByteArrayInputStream bis = new ByteArrayInputStream(encoded); in BootSignature()
53 encoded file mode containing the permissions of the file on device.
96 The content length is encoded in ASCII for easier debugging.
1353 encoded = string.encode("utf8")1354 result = b"%04x%s" % (len(encoded), encoded)
102 NOTE: The pem files are base64 encoded and PackageManagerService, mac_permissions.xml
197 … vendor's implementation. It could be part of the `OKAY` response, or be encoded in `INFO` respons…