Home
last modified time | relevance | path

Searched refs:mount (Results 1 - 6 of 6) sorted by relevance

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dmountndk.cpp21 #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 Dmountndk1.cpp19 #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 Dconstants.py36 mount = 'MountKit' variable in CKit
/test/testfwk/xdevice/plugins/ohos/src/ohos/
H A Dconstants.py80 mount = 'MountKit' variable in CKit
/test/xts/acts/kernel_lite/fs_posix/src/
H A DFsOtherTest.cpp24 #include <sys/mount.h>
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/
H A Dkit_lite.py139 @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 4 milliseconds