Home
last modified time | relevance | path

Searched refs:dev_fd (Results 1 - 1 of 1) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_operator.cpp1872 int32_t dev_fd = INVALID_FILE_DESCRIPTOR; in DecryptSoFile() local
1873 auto ret = CallIoctl(CODE_DECRYPT_CMD_SET_KEY, CODE_DECRYPT_CMD_SET_ASSOCIATE_KEY, uid, dev_fd); in DecryptSoFile()
1888 close(dev_fd); in DecryptSoFile()
1894 close(dev_fd); in DecryptSoFile()
1905 close(dev_fd); in DecryptSoFile()
1914 close(dev_fd); in DecryptSoFile()
1923 close(dev_fd); in DecryptSoFile()
1943 int32_t dev_fd = INVALID_FILE_DESCRIPTOR; in RemoveEncryptedKey() local
1944 auto ret = CallIoctl(CODE_DECRYPT_CMD_REMOVE_KEY, CODE_DECRYPT_CMD_REMOVE_KEY, uid, dev_fd); in RemoveEncryptedKey()
1949 close(dev_fd); in RemoveEncryptedKey()
[all...]

Completed in 4 milliseconds