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:xgetmountlist
(Results
1 - 9
of
9
) sorted by relevance
/third_party/toybox/toys/lsb/
H
A
D
umount.c
55
struct mtab_list *mt = dlist_terminate(
xgetmountlist
("/etc/fstab"));
in do_umount()
122
mlrev = dlist_terminate(mlsave =
xgetmountlist
(pm));
in umount_main()
H
A
D
mount.c
327
mm = dlist_terminate(mtl = mtl2 =
xgetmountlist
(0));
in mount_main()
334
if (!remount) dlist_terminate(mtl =
xgetmountlist
("/etc/fstab"));
in mount_main()
390
for (mtl =
xgetmountlist
(0); mtl && (mm = dlist_pop(&mtl)); free(mm)) {
in mount_main()
/third_party/toybox/porting/liteos_a/toys/lsb/
H
A
D
mount.c
314
mm = dlist_terminate(mtl = mtl2 =
xgetmountlist
(0));
in mount_main()
321
for (mtl =
xgetmountlist
(0); mtl && (mm = dlist_pop(&mtl)); free(mm)) {
in mount_main()
H
A
D
umount.c
91
mlrev = dlist_terminate(mlsave =
xgetmountlist
(pm));
in umount_main()
/third_party/toybox/lib/
H
A
D
portability.c
56
struct mtab_list *
xgetmountlist
(char *path)
in xgetmountlist()
function
62
if (path) error_exit("
xgetmountlist
");
in xgetmountlist()
149
struct mtab_list *
xgetmountlist
(char *path)
in xgetmountlist()
function
H
A
D
lib.h
403
struct mtab_list *
xgetmountlist
(char *path);
/third_party/toybox/toys/other/
H
A
D
stat.c
107
struct mtab_list *mt =
xgetmountlist
(0);
in print_stat()
/third_party/toybox/toys/posix/
H
A
D
df.c
183
if (!(mtstart =
xgetmountlist
(0))) return;
in df_main()
/third_party/toybox/porting/liteos_a/lib/
H
A
D
lib.h
394
struct mtab_list *
xgetmountlist
(char *path);
Completed in 5 milliseconds