Home
last modified time | relevance | path

Searched defs:filesystem (Results 1 – 14 of 14) sorted by relevance

/aosp12/build/soong/filesystem/
H A Dfilesystem.go15 package filesystem package
37 type filesystem struct { struct
38 android.ModuleBase
39 android.PackagingBase
41 properties filesystemProperties
44 buildExtraFiles func(ctx android.ModuleContext, root android.OutputPath) android.OutputPaths
46 output android.OutputPath
47 installDir android.InstallPath
98 func initFilesystemModule(module *filesystem) {
H A Dsystem_image.go15 package filesystem package
23 filesystem anonMember
H A Dtesting.go15 package filesystem package
H A Dfilesystem_test.go15 package filesystem package
H A Dlogical_partition.go15 package filesystem package
H A Dvbmeta.go15 package filesystem package
H A Dbootimg.go15 package filesystem package
/aosp12/hardware/google/graphics/common/memtrack-pixel/core/
H A Dfilesystem.cpp13 namespace filesystem { namespace
/aosp12/system/incremental_delivery/incfs/
H A DMountRegistry.cpp204 MountRegistry::MountRegistry(std::string_view filesystem) in MountRegistry()
324 bool MountRegistry::Mounts::loadFrom(base::borrowed_fd fd, std::string_view filesystem) { in loadFrom()
433 auto MountRegistry::Mounts::load(base::borrowed_fd mountInfo, std::string_view filesystem) in load()
/aosp12/bootable/recovery/updater/
H A Dmounts.cpp35 std::string filesystem; member
/aosp12/hardware/interfaces/automotive/can/1.0/default/libc++fs/src/filesystem/
H A Ddirectory_iterator.cpp22 namespace android::hardware::automotive::filesystem { namespace
H A Doperations.cpp54 namespace android::hardware::automotive::filesystem { namespace
/aosp12/build/soong/finder/
H A Dfinder.go151 filesystem fs.FileSystem member
/aosp12/system/core/fs_mgr/
H A Dfs_mgr_overlayfs.cpp77 bool fs_mgr_overlayfs_filesystem_available(const std::string& filesystem) { in fs_mgr_overlayfs_filesystem_available()