Searched refs:associatedFlag (Results 1 – 2 of 2) sorted by relevance
299 static int32_t CallIoctl(int32_t flag, int32_t associatedFlag, int32_t uid, int32_t &fd);
2066 int32_t InstalldOperator::CallIoctl(int32_t flag, int32_t associatedFlag, int32_t uid, int32_t &fd) in CallIoctl() argument2097 if (associatedFlag == CODE_DECRYPT_CMD_SET_ASSOCIATE_KEY) { in CallIoctl()2101 ret = ioctl(fd, associatedFlag, &secondArg); in CallIoctl()