Home
last modified time | relevance | path

Searched refs:mounts (Results 1 - 25 of 62) sorted by relevance

123

/third_party/ltp/testcases/kernel/fs/fs_bind/
H A Dfs_bind_lib.sh30 # Creates a directory and bind-mounts it to itself.
156 local mounts
160 # Cleanup leftover mounts from the test
161 # sed '1!G;h;$!d' is used to reverse /proc/mounts.
167 mounts=$( sed '1!G;h;$!d' /proc/mounts \
170 [ -z "$mounts" ] && break
171 echo $mounts | xargs umount 2>/dev/null
218 local mounts
222 mounts
[all...]
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-multivhost/
H A Dminimal-http-server.c137 info.mounts = &mount_localhost1; in main()
147 info.mounts = &mount_localhost2; in main()
160 info.mounts = &mount_localhost3; in main()
/third_party/ltp/testcases/kernel/fs/binfmt_misc/
H A Dbinfmt_misc_lib.sh31 mntpoint=$(awk '/ binfmt_misc / { print $2 }' /proc/mounts)
48 # cat /proc/mounts | grep binfmt_misc
51 mntpoint=$(awk '/ binfmt_misc / { print $2 }' /proc/mounts)
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-tls-80/
H A Dminimal-http-server-tls-80.c109 info.mounts = &mount80; in main()
118 info.mounts = &mount; in main()
/third_party/ltp/testcases/commands/eject/
H A Deject-tests.sh25 if grep -q "$CD_DRIVE" /proc/mounts; then
35 # /dev/sr0 and because of that /dev/cdrom is not listed in /proc/mounts
99 if grep -q "$CD_DRIVE" /proc/mounts; then
/third_party/libwebsockets/lib/core-net/
H A Dvhost.c578 const struct lws_http_mount *mounts; in lws_create_vhost() local
875 vh->http.mount_list = info->mounts; in lws_create_vhost()
917 mounts = info->mounts; in lws_create_vhost()
918 while (mounts) { in lws_create_vhost()
921 mount_protocols[mounts->origin_protocol], in lws_create_vhost()
922 mounts->origin ? mounts->origin : "none", in lws_create_vhost()
923 mounts->mountpoint); in lws_create_vhost()
925 mounts in lws_create_vhost()
[all...]
/third_party/ltp/testcases/kernel/tracing/dynamic_debug/
H A Ddynamic_debug01.sh28 if grep -q debugfs /proc/mounts ; then
30 DEBUGFS_PATH=$(awk '/debugfs/{print $2}' /proc/mounts)
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dwpa_debug.c130 int mounts, trace_fd; in wpa_debug_open_linux_tracing() local
135 mounts = open("/proc/mounts", O_RDONLY); in wpa_debug_open_linux_tracing()
136 if (mounts < 0) { in wpa_debug_open_linux_tracing()
137 printf("no /proc/mounts\n"); in wpa_debug_open_linux_tracing()
141 buflen = read(mounts, buf, sizeof(buf) - 1); in wpa_debug_open_linux_tracing()
142 close(mounts); in wpa_debug_open_linux_tracing()
144 printf("failed to read /proc/mounts\n"); in wpa_debug_open_linux_tracing()
/third_party/ltp/testcases/kernel/security/smack/
H A Dsmack_common.sh32 grep -q $smackfsdir /proc/mounts
/third_party/ltp/lib/newlib_tests/
H A Dtest_zero_hugepage.sh16 if grep -q -E '^proc /proc(/sys)? proc ro' /proc/mounts; then
/third_party/ltp/lib/newlib_tests/shell/
H A Dtst_skip_filesystems.sh19 EXPECT_PASS "grep '$TST_MNTPOINT $TST_FS_TYPE' /proc/mounts"
26 fs=$(grep "$TST_MNTPOINT $TST_FS_TYPE" /proc/mounts | cut -d ' ' -f3)
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-proxy/
H A Dminimal-http-server-proxy.c65 info.mounts = &mount; in main()
/third_party/libwebsockets/minimal-examples/client-server/minimal-ws-proxy/
H A Dminimal-ws-proxy.c85 info.mounts = &mount; in main()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server/
H A Dminimal-http-server.c70 info.mounts = &mount; in main()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-basicauth/
H A Dminimal-http-server-basicauth.c97 info.mounts = &mount; in main()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-mimetypes/
H A Dminimal-http-server-mimetypes.c77 info.mounts = &mount; in main()
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-broker/
H A Dminimal-ws-broker.c80 info.mounts = &mount; in main()
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-ring/
H A Dminimal-ws-server-ring.c80 info.mounts = &mount; in main()
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-pmd-corner/
H A Dminimal-ws-server-pmd-corner.c90 info.mounts = &mount; in main()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-cgi/
H A Dminimal-http-server.c80 info.mounts = &mount; in main()
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads/
H A Dminimal-ws-server.c114 info.mounts = &mount; in main()
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threadpool/
H A Dminimal-ws-server-threadpool.c114 info.mounts = &mount; in main()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-fulltext-search/
H A Dminimal-http-server.c106 info.mounts = &mount; in main()
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-pmd/
H A Dminimal-ws-server-pmd.c90 info.mounts = &mount; in main()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-smp/
H A Dminimal-http-server-smp.c99 info.mounts = &mount; in main()

Completed in 8 milliseconds

123