Home
last modified time | relevance | path

Searched defs:mnt (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/mock/
H A Dfscrypt_key_v2_mock.cpp22 bool FscryptKeyV2::ActiveKey(uint32_t flag, const std::string &mnt) in ActiveKey()
30 bool FscryptKeyV2::InactiveKey(uint32_t flag, const std::string &mnt) in InactiveKey()
38 bool FscryptKeyV2::LockUserScreen(uint32_t flag, uint32_t sdpClass, const std::string &mnt) in LockUserScreen()
54 bool FscryptKeyV2::UnlockUserScreen(uint32_t flag, uint32_t sdpClass, const std::string &mnt) in UnlockUserScreen()
H A Dkey_control_mock.cpp22 uint8_t KeyCtrlGetFscryptVersion(const char *mnt) in KeyCtrlGetFscryptVersion()
H A Dbase_key_mock.cpp56 bool BaseKey::ClearKey(const std::string &mnt) in ClearKey()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/libfscrypt/src/
H A Dkey_control.c83 static bool FsIoctl(const char *mnt, unsigned long cmd, void *arg) in FsIoctl()
108 bool KeyCtrlInstallKey(const char *mnt, struct fscrypt_add_key_arg *arg) in KeyCtrlInstallKey()
114 bool KeyCtrlRemoveKey(const char *mnt, struct fscrypt_remove_key_arg *arg) in KeyCtrlRemoveKey()
120 bool KeyCtrlGetKeyStatus(const char *mnt, struct fscrypt_get_key_status_arg *arg) in KeyCtrlGetKeyStatus()
145 static uint8_t CheckKernelFscrypt(const char *mnt) in CheckKernelFscrypt()
182 uint8_t KeyCtrlGetFscryptVersion(const char *mnt) in KeyCtrlGetFscryptVersion()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dfscrypt_key_v2.cpp24 bool FscryptKeyV2::ActiveKey(uint32_t flag, const std::string &mnt) in ActiveKey()
66 bool FscryptKeyV2::InactiveKey(uint32_t flag, const std::string &mnt) in InactiveKey()
120 bool FscryptKeyV2::LockUserScreen(uint32_t flag, uint32_t sdpClass, const std::string &mnt) in LockUserScreen()
135 bool FscryptKeyV2::UnlockUserScreen(uint32_t flag, uint32_t sdpClass, const std::string &mnt) in UnlockUserScreen()
H A Dfscrypt_key_v1.cpp32 bool FscryptKeyV1::ActiveKey(uint32_t flag, const std::string &mnt) in ActiveKey()
167 bool FscryptKeyV1::UnlockUserScreen(uint32_t flag, uint32_t sdpClass, const std::string &mnt) in UnlockUserScreen()
419 bool FscryptKeyV1::InactiveKey(uint32_t flag, const std::string &mnt) in InactiveKey()
452 bool FscryptKeyV1::LockUserScreen(uint32_t flag, uint32_t sdpClass, const std::string &mnt) in LockUserScreen()
H A Dbase_key.cpp777 bool BaseKey::ClearKey(const std::string &mnt) in StoreKey()
/ohos5.0/base/startup/init/remount/
H A Dremount_overlay.c38 static bool MntNeedRemount(const char *mnt) in MntNeedRemount()
144 static void OverlayRemountPre(const char *mnt) in OverlayRemountPre()
151 static void OverlayRemountPost(const char *mnt) in OverlayRemountPost()
161 char *mnt = NULL; in DoRemount() local
/ohos5.0/base/startup/init/interfaces/innerkits/fs_manager/erofs_overlay/
H A Derofs_mount_overlay.c317 static int MountRofsDevice(const char *dev, const char *mnt) in MountRofsDevice()
334 int MountExt4Device(const char *dev, const char *mnt, bool isFirstMount) in MountExt4Device()
H A Derofs_remount_overlay.c161 int MountOverlayOne(const char *mnt) in MountOverlayOne()
/ohos5.0/foundation/multimedia/media_library/frameworks/utils/src/
H A Dmedia_privacy_manager.cpp154 struct mntent *mnt = getmntent_r(mountTable, &mountEntry, entryStr, sizeof(entryStr)); in CheckFsMounted() local
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_fuse/test/unittest/src/
H A Ddlp_fuse_test.cpp205 std::string mnt = MOUNT_POINT_DIR; in PrepareDlpFuseFsMount() local