OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mounts
(Results
26 - 50
of
158
) sorted by null
1
2
3
4
5
6
7
/build/tools/releasetools/
edify_generator.py
25
self.
mounts
= set()
38
x.
mounts
= self.
mounts
190
self.
mounts
.add(p.mount_point)
356
self.
mounts
.remove(mount_point)
359
for p in sorted(self.
mounts
):
361
self.
mounts
= set()
/external/e2fsprogs/lib/ext2fs/
ismounted.c
46
* If /etc/mtab/ is a symlink of /proc/
mounts
, you will need the following check
47
* because the name in /proc/
mounts
is a loopback device not a regular file.
138
* can't trust /etc/mtab, and /proc/
mounts
will only list
226
retval = check_mntent_file("/proc/
mounts
", file, mount_flags,
/external/libselinux/src/
init.c
70
fp = fopen("/proc/
mounts
", "r");
/external/selinux/libselinux/man/man5/
selabel_media.5
25
The media contexts backend maps from media device names such as "cdrom" or "floppy" into security contexts. It is used to find the appropriate context for establishing context
mounts
on these devices. The returned \fIcontext\fR must be freed using \fBfreecon\fR(3).
/external/toybox/toys/posix/
ln.c
56
// old file in cases we can't replace it (such as hardlink between
mounts
).
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
librt-2.11.1.so
librt.so
librt.so.1
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
librt-2.15.so
librt.so
librt.so.1
/external/e2fsprogs/misc/
ismounted.c
139
* can't trust /etc/mtab, and /proc/
mounts
will only list
193
retval = check_mntent_file("/proc/
mounts
", file, &mount_flags);
/external/toybox/lib/
getmountlist.c
142
char *p = path ? path : "/proc/
mounts
";
162
// Remember information from /proc/
mounts
/external/selinux/policycoreutils/scripts/
fixfiles
42
FS="`cat /proc/self/
mounts
| sort | uniq | awk '{print $2}'`"
46
grep " $i " /proc/self/
mounts
| awk '{print $4}' | egrep --silent '(^|,)seclabel(,|$)' && echo $i
48
grep " $i " /proc/self/
mounts
| grep -v "context=" | egrep --silent '(ext[234]| ext4dev | gfs2 | xfs | jfs | btrfs )' && echo $i
56
grep " $i " /proc/self/
mounts
| awk '{print $4}' | egrep --silent '(^|,)rw(,|$)' && echo $i
63
grep " $i " /proc/self/
mounts
| awk '{print $4}' | egrep --silent '(^|,)ro(,|$)' && echo $i
/external/selinux/libselinux/src/
init.c
117
fp = fopen("/proc/
mounts
", "r");
/bootable/recovery/
install.cpp
32
#include "mtdutils/
mounts
.h"
282
LOGE("failed to set up expected
mounts
for install; aborting\n");
roots.cpp
29
#include "mtdutils/
mounts
.h"
270
LOGE("can't set up install
mounts
: no fstab loaded\n");
/docs/source.android.com/src/devices/tech/ota/
index.jd
52
disk). It
mounts
system and other partitions and starts the runtime located on
103
<li>The newly updated boot partition is loaded, and it
mounts
and starts
/frameworks/base/core/tests/coretests/src/android/os/storage/
StorageManagerBaseTest.java
95
*
Mounts
OBB_FILE_1, and tries to open a file on the mounted OBB (specified in the
266
*
Mounts
an OBB file and opens a file located on it
297
*
Mounts
an OBB file
309
*
Mounts
an OBB file with default options (no encryption, mounting succeeds)
377
*
Mounts
an OBB file without throwing and synchronously waits for it to finish mounting
/external/selinux/policycoreutils/setfiles/
restore.c
639
Search /proc/
mounts
for all file systems that do not support extended
659
fp = fopen("/proc/
mounts
", "r");
676
"/proc/
mounts
record \"%s\" has incorrect format.\n",
setfiles.c
192
* Does not follow
mounts
,
210
* Follows
mounts
,
/external/linux-tools-perf/src/tools/perf/Documentation/
perf-kvm.txt
71
Guest os root file system mount directory. Users
mounts
guest os
/external/sepolicy/
vold.te
104
# Create and mount on /data/tmp_mnt and management of expansion
mounts
/external/skia/platform_tools/ios/bin/
ios_setup.sh
80
# ios_mount:
mounts
the iOS device for reading or writing.
/external/skia/tools/skp/page_sets/other/
OLD-skia_nexus10_set.json
28
"url": "http://www.androidpolice.com/2012/10/03/rumor-evidence-
mounts
-that-an-lg-optimus-g-nexus-is-coming-along-with-a-nexus-phone-certification-program/",
Completed in 132 milliseconds
1
2
3
4
5
6
7