Searched refs:mount (Results 1 - 6 of 6) sorted by relevance
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | mountndk.cpp | 21 #include <sys/mount.h>
79 rev = mount(special, target, "", PARAM_0, "");
in Mounttest() 103 rev = mount(special, target, "", PARAM_0, "");
in umounttest() 125 rev = mount(special, target, "", PARAM_0, "");
in umount2test() 144 {"mount", nullptr, Mount, nullptr, nullptr, nullptr, napi_default, nullptr},
in Init()
|
H A D | mountndk1.cpp | 19 #include <sys/mount.h>
42 ret = mount(TEMP_DIR1, TEMP_DIR2, "", MS_BIND, "");
in Mount() 66 ret = mount(TEMP_DIR1, TEMP_DIR2, "", PARAM_0, "");
in Umount() 93 ret = mount(TEMP_DIR1, TEMP_DIR2, "", PARAM_0, "");
in Umount2() 113 {"mount", nullptr, Mount, nullptr, nullptr, nullptr, napi_default, nullptr},
in Init()
|
/test/testfwk/xdevice/plugins/devicetest/ |
H A D | constants.py | 36 mount = 'MountKit' variable in CKit
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/ |
H A D | constants.py | 80 mount = 'MountKit' variable in CKit
|
/test/xts/acts/kernel_lite/fs_posix/src/ |
H A D | FsOtherTest.cpp | 24 #include <sys/mount.h>
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/ |
H A D | kit_lite.py | 139 @Plugin(type=Plugin.TEST_KIT, id=CKit.mount) 155 self.mount_list = get_config_value('mount', config, is_list=True) 160 msg = "The config for mount kit is invalid with mount:{}" \ 167 Init the environment on the device server, e.g. mount the testcases to 189 "mount nfs_ip:nfs_directory device" 193 "toybox mount -t nfs -o nolock,addr=nfs_ip nfs_ip:nfs_directory " 234 timeout = 15 if command.startswith("mount") else 1 235 if command.startswith("mount"): 259 LOG.debug("Start mount ki [all...] |
Completed in 3 milliseconds