Home
last modified time | relevance | path

Searched defs:fstype (Results 1 – 25 of 92) sorted by relevance

1234

/aosp_15_r20/external/toybox/toys/other/
H A Dblkid.c41 struct fstype { struct
45 } static const fstypes[] = { argument
/aosp_15_r20/external/autotest/client/bin/
H A Dpartition.py27 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 DUnixMountEntry.java35 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/
DLifetimeWriteInfo.java53 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/
Dmount.c4 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 Dmount.c4 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/
Dtest_nmount.rs17 let fstype = CString::new("fstype").unwrap(); in ok() localVariable
/aosp_15_r20/external/iproute2/lib/
H A Dfs.c37 char fstype[128]; /* max length of any filesystem name */ in find_fs_mount() local
/aosp_15_r20/external/strace/tests-m32/
H A Dmount.c78 static const char fstype[] = "mount_fstype"; in main() local
/aosp_15_r20/external/strace/tests-mx32/
H A Dmount.c78 static const char fstype[] = "mount_fstype"; in main() local
/aosp_15_r20/external/strace/tests/
H A Dmount.c78 static const char fstype[] = "mount_fstype"; in main() local
/aosp_15_r20/external/bpftool/src/
H A Dtracelog.c66 const char *fstype = "tracefs"; in get_tracefs_pipe() local
/aosp_15_r20/external/autotest/client/cros/
H A Dliststorage.py174 def get_partition_info(part_path, bus, model, partid=None, fstype=None, argument
/aosp_15_r20/packages/modules/Virtualization/guest/encryptedstore/src/
Dmain.rs184 let fstype = CString::new("ext4").unwrap(); in mount() localVariable
/aosp_15_r20/external/ltp/libs/libltpswap/
H A Dlibswap.c201 const char *fstype = tst_fs_type_name(fs_type); in is_swap_supported() local
/aosp_15_r20/frameworks/native/cmds/installd/
H A Dotapreopt_chroot.cpp97 const char* fstype = kTryMountFsTypes[i]; in TryMountWithFstypes() local
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/mount/
H A Dunprivileged-remount-test.c182 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 DLinuxNativeDispatcher.c184 char* fstype; in Java_sun_nio_fs_LinuxNativeDispatcher_getmntent() local
/aosp_15_r20/external/selinux/libsepol/src/
H A Dservices.c2255 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 Dcheckpolicy.c392 char ans[80 + 1], *path, *fstype; in main() local
/aosp_15_r20/system/core/init/
H A Dreboot.cpp212 static bool IsDataMounted(const std::string& fstype) { in IsDataMounted()
/aosp_15_r20/external/wpa_supplicant_8/src/utils/
H A Dwpa_debug.c151 char *tmp2, *tmp_path, *fstype; in wpa_debug_open_linux_tracing() local
/aosp_15_r20/frameworks/base/libs/storage/
H A DIMountService.cpp240 int32_t createSecureContainer(const String16& id, const int32_t sizeMb, const String16& fstype, in createSecureContainer()
/aosp_15_r20/external/e2fsprogs/misc/
H A Dfsck.c121 static char *fstype = NULL; variable
/aosp_15_r20/system/core/fs_mgr/libfstab/
H A Dfstab.cpp888 const std::string_view fstype) { in GetEntryForMountPoint()

1234