/aosp_15_r20/external/toybox/toys/other/ |
H A D | blkid.c | 41 struct fstype { struct 45 } static const fstypes[] = { argument
|
/aosp_15_r20/external/autotest/client/bin/ |
H A D | partition.py | 27 def __init__(self, fstype, fs_tag, mkfs_flags=None, mount_options=None): argument 516 def mkfs_exec(self, fstype): argument 535 def mkfs(self, fstype=None, args='', record=True): argument 640 def mount(self, mountpoint=None, fstype=None, args='', record=True): argument
|
/aosp_15_r20/libcore/ojluni/src/main/java/sun/nio/fs/ |
H A D | UnixMountEntry.java | 35 private byte[] fstype; // ufs, nfs, ... field in UnixMountEntry 49 String fstype() { in fstype() method in UnixMountEntry
|
/aosp_15_r20/packages/services/Car/car-lib/src/android/car/storagemonitoring/ |
D | LifetimeWriteInfo.java | 53 public final String fstype; field in LifetimeWriteInfo 56 public LifetimeWriteInfo(String partition, String fstype, long writtenBytes) { in LifetimeWriteInfo()
|
/aosp_15_r20/external/trusty/musl/src/linux/ |
D | mount.c | 4 int mount(const char *special, const char *dir, const char *fstype, unsigned long flags, const void… in mount()
|
/aosp_15_r20/external/musl/src/linux/ |
H A D | mount.c | 4 int mount(const char *special, const char *dir, const char *fstype, unsigned long flags, const void… in mount()
|
/aosp_15_r20/external/rust/android-crates-io/crates/nix/test/ |
D | test_nmount.rs | 17 let fstype = CString::new("fstype").unwrap(); in ok() localVariable
|
/aosp_15_r20/external/iproute2/lib/ |
H A D | fs.c | 37 char fstype[128]; /* max length of any filesystem name */ in find_fs_mount() local
|
/aosp_15_r20/external/strace/tests-m32/ |
H A D | mount.c | 78 static const char fstype[] = "mount_fstype"; in main() local
|
/aosp_15_r20/external/strace/tests-mx32/ |
H A D | mount.c | 78 static const char fstype[] = "mount_fstype"; in main() local
|
/aosp_15_r20/external/strace/tests/ |
H A D | mount.c | 78 static const char fstype[] = "mount_fstype"; in main() local
|
/aosp_15_r20/external/bpftool/src/ |
H A D | tracelog.c | 66 const char *fstype = "tracefs"; in get_tracefs_pipe() local
|
/aosp_15_r20/external/autotest/client/cros/ |
H A D | liststorage.py | 174 def get_partition_info(part_path, bus, model, partid=None, fstype=None, argument
|
/aosp_15_r20/packages/modules/Virtualization/guest/encryptedstore/src/ |
D | main.rs | 184 let fstype = CString::new("ext4").unwrap(); in mount() localVariable
|
/aosp_15_r20/external/ltp/libs/libltpswap/ |
H A D | libswap.c | 201 const char *fstype = tst_fs_type_name(fs_type); in is_swap_supported() local
|
/aosp_15_r20/frameworks/native/cmds/installd/ |
H A D | otapreopt_chroot.cpp | 97 const char* fstype = kTryMountFsTypes[i]; in TryMountWithFstypes() local
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/mount/ |
H A D | unprivileged-remount-test.c | 182 bool test_unpriv_remount(const char *fstype, const char *mount_options, in test_unpriv_remount()
|
/aosp_15_r20/libcore/ojluni/src/main/native/ |
H A D | LinuxNativeDispatcher.c | 184 char* fstype; in Java_sun_nio_fs_LinuxNativeDispatcher_getmntent() local
|
/aosp_15_r20/external/selinux/libsepol/src/ |
H A D | services.c | 2255 int sepol_genfs_sid(const char *fstype, in sepol_genfs_sid() 2302 int sepol_fs_use(const char *fstype, in sepol_fs_use()
|
/aosp_15_r20/external/selinux/checkpolicy/ |
H A D | checkpolicy.c | 392 char ans[80 + 1], *path, *fstype; in main() local
|
/aosp_15_r20/system/core/init/ |
H A D | reboot.cpp | 212 static bool IsDataMounted(const std::string& fstype) { in IsDataMounted()
|
/aosp_15_r20/external/wpa_supplicant_8/src/utils/ |
H A D | wpa_debug.c | 151 char *tmp2, *tmp_path, *fstype; in wpa_debug_open_linux_tracing() local
|
/aosp_15_r20/frameworks/base/libs/storage/ |
H A D | IMountService.cpp | 240 int32_t createSecureContainer(const String16& id, const int32_t sizeMb, const String16& fstype, in createSecureContainer()
|
/aosp_15_r20/external/e2fsprogs/misc/ |
H A D | fsck.c | 121 static char *fstype = NULL; variable
|
/aosp_15_r20/system/core/fs_mgr/libfstab/ |
H A D | fstab.cpp | 888 const std::string_view fstype) { in GetEntryForMountPoint()
|