Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:mounts
(Results
1 - 25
of
62
) sorted by relevance
1
2
3
/third_party/ltp/testcases/kernel/fs/fs_bind/
H
A
D
fs_bind_lib.sh
30
# 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
D
minimal-http-server.c
137
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
D
binfmt_misc_lib.sh
31
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
D
minimal-http-server-tls-80.c
109
info.
mounts
= &mount80;
in main()
118
info.
mounts
= &mount;
in main()
/third_party/ltp/testcases/commands/eject/
H
A
D
eject-tests.sh
25
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
D
vhost.c
578
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
D
dynamic_debug01.sh
28
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
D
wpa_debug.c
130
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
D
smack_common.sh
32
grep -q $smackfsdir /proc/
mounts
/third_party/ltp/lib/newlib_tests/
H
A
D
test_zero_hugepage.sh
16
if grep -q -E '^proc /proc(/sys)? proc ro' /proc/
mounts
; then
/third_party/ltp/lib/newlib_tests/shell/
H
A
D
tst_skip_filesystems.sh
19
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
D
minimal-http-server-proxy.c
65
info.
mounts
= &mount;
in main()
/third_party/libwebsockets/minimal-examples/client-server/minimal-ws-proxy/
H
A
D
minimal-ws-proxy.c
85
info.
mounts
= &mount;
in main()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server/
H
A
D
minimal-http-server.c
70
info.
mounts
= &mount;
in main()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-basicauth/
H
A
D
minimal-http-server-basicauth.c
97
info.
mounts
= &mount;
in main()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-mimetypes/
H
A
D
minimal-http-server-mimetypes.c
77
info.
mounts
= &mount;
in main()
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-broker/
H
A
D
minimal-ws-broker.c
80
info.
mounts
= &mount;
in main()
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-ring/
H
A
D
minimal-ws-server-ring.c
80
info.
mounts
= &mount;
in main()
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-pmd-corner/
H
A
D
minimal-ws-server-pmd-corner.c
90
info.
mounts
= &mount;
in main()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-cgi/
H
A
D
minimal-http-server.c
80
info.
mounts
= &mount;
in main()
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads/
H
A
D
minimal-ws-server.c
114
info.
mounts
= &mount;
in main()
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threadpool/
H
A
D
minimal-ws-server-threadpool.c
114
info.
mounts
= &mount;
in main()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-fulltext-search/
H
A
D
minimal-http-server.c
106
info.
mounts
= &mount;
in main()
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-pmd/
H
A
D
minimal-ws-server-pmd.c
90
info.
mounts
= &mount;
in main()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-smp/
H
A
D
minimal-http-server-smp.c
99
info.
mounts
= &mount;
in main()
Completed in 7 milliseconds
1
2
3