Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_operator.cpp1985 int32_t dev_fd = INVALID_FILE_DESCRIPTOR; in DecryptSoFile() local
1986 auto ret = CallIoctl(CODE_DECRYPT_CMD_SET_KEY, CODE_DECRYPT_CMD_SET_ASSOCIATE_KEY, uid, dev_fd); in DecryptSoFile()
2001 close(dev_fd); in DecryptSoFile()
2007 close(dev_fd); in DecryptSoFile()
2018 close(dev_fd); in DecryptSoFile()
2027 close(dev_fd); in DecryptSoFile()
2036 close(dev_fd); in DecryptSoFile()
2056 int32_t dev_fd = INVALID_FILE_DESCRIPTOR; in RemoveEncryptedKey() local
2057 auto ret = CallIoctl(CODE_DECRYPT_CMD_REMOVE_KEY, CODE_DECRYPT_CMD_REMOVE_KEY, uid, dev_fd); in RemoveEncryptedKey()
2062 close(dev_fd); in RemoveEncryptedKey()