Searched refs:CallIoctl (Results 1 - 2 of 2) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/ |
H A D | installd_operator.h | 287 static int32_t CallIoctl(int32_t flag, int32_t associatedFlag, int32_t uid, int32_t &fd);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
H A D | installd_operator.cpp | 1871 /* call CallIoctl */ in DecryptSoFile() 1873 auto ret = CallIoctl(CODE_DECRYPT_CMD_SET_KEY, CODE_DECRYPT_CMD_SET_ASSOCIATE_KEY, uid, dev_fd); in DecryptSoFile() 1875 LOG_E(BMS_TAG_INSTALLD, "CallIoctl failed"); in DecryptSoFile() 1942 /* call CallIoctl */ in RemoveEncryptedKey() 1944 auto ret = CallIoctl(CODE_DECRYPT_CMD_REMOVE_KEY, CODE_DECRYPT_CMD_REMOVE_KEY, uid, dev_fd); in RemoveEncryptedKey() 1953 int32_t InstalldOperator::CallIoctl(int32_t flag, int32_t associatedFlag, int32_t uid, int32_t &fd) in CallIoctl() function in OHOS::AppExecFwk::InstalldOperator
|
Completed in 5 milliseconds