OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getmntent
(Results
51 - 69
of
69
) sorted by null
1
2
3
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/
mntent.h
50
struct mntent*
getmntent
(FILE*);
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/
mntent.h
50
struct mntent*
getmntent
(FILE*);
/bionic/tests/
mntent_test.cpp
25
ASSERT_TRUE(
getmntent
(fp) != NULL);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
mntent.h
72
extern struct mntent *
getmntent
(FILE *__stream) __THROW;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
mntent.h
72
extern struct mntent *
getmntent
(FILE *__stream) __THROW;
/bionic/libc/bionic/
mntent.cpp
37
mntent*
getmntent
(FILE* fp) {
function
/bootable/recovery/mtdutils/
mounts.c
91
while ((mentry =
getmntent
(fp)) != NULL) {
/system/core/adb/
remount_service.cpp
46
while ((e =
getmntent
(fp.get())) != nullptr) {
/system/core/libcutils/
android_reboot.c
80
while ((mentry =
getmntent
(fp)) != NULL) {
172
while ((mentry =
getmntent
(fp)) != NULL) {
/external/toybox/lib/
getmountlist.c
169
while ((me =
getmntent
(fp))) {
/system/vold/
secdiscard.cpp
194
struct mntent *mnt; //
getmntent
returns a thread local, so it's safe.
195
while ((mnt =
getmntent
(mnts.get())) != nullptr) {
VolumeManager.cpp
493
while ((mentry =
getmntent
(fp)) != NULL) {
667
while ((mentry =
getmntent
(fp)) != NULL) {
[
all
...]
/external/e2fsprogs/lib/ext2fs/
ismounted.c
111
while ((mnt =
getmntent
(f)) != NULL) {
365
#warning "Can't use
getmntent
or getmntinfo to check for mounted filesystems!"
/external/f2fs-tools/lib/
libf2fs.c
376
while ((mnt =
getmntent
(file)) != NULL) {
/frameworks/base/core/jni/
com_android_internal_os_Zygote.cpp
280
while ((mentry =
getmntent
(fp)) != NULL) {
/external/e2fsprogs/misc/
e4defrag.c
284
while ((mnt =
getmntent
(fp)) != NULL) {
351
while ((mnt =
getmntent
(fp)) != NULL) {
[
all
...]
/external/ltrace/etc/
libc.so.conf
544
mntent *
getmntent
(addr);
/external/ppp/pppd/
sys-linux.c
[
all
...]
/external/compiler-rt/lib/msan/tests/
msan_test.cc
[
all
...]
Completed in 1931 milliseconds
1
2
3