Home
last modified time | relevance | path

Searched defs:Mount (Results 1 – 25 of 70) sorted by relevance

123

/aosp_15_r20/tools/treble/hacksaw/mount/
H A Dsystem.go33 func (f *systemMounter) Mount(source string, target string, fstype string, flags uintptr, data stri… func
58 type Mount struct { struct
59 Device string
60 Path string
61 Type string
62 Opts string
H A Dmount.go18 Mount(string, string, string, uintptr, string) error methodSpec
H A Dfake.go38 func (f *fakeMounter) Mount(source string, target string, fstype string, flags uintptr, data string… func
/aosp_15_r20/external/google-cloud-java/java-life-sciences/proto-google-cloud-life-sciences-v2beta/src/main/java/com/google/cloud/lifesciences/v2beta/
H A DMount.java30 public final class Mount extends com.google.protobuf.GeneratedMessageV3 class
36 private Mount(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Mount() method in Mount
40 private Mount() { in Mount() method in Mount
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/incremental/service.incremental.proto/android_arm64_armv8-2a_cortex-a55_static/gen/proto/frameworks/base/services/incremental/
DMetadata.pb.cc68 PROTOBUF_CONSTEXPR Mount::Mount( in Mount() function in android::incremental::metadata::Mount
907 Mount::Mount(::PROTOBUF_NAMESPACE_ID::Arena* arena, in Mount() function in android::incremental::metadata::Mount
913 Mount::Mount(const Mount& from) in Mount() function in android::incremental::metadata::Mount
DMetadata.pb.h54 class Mount; variable
560 inline Mount() : Mount(nullptr) {} in Mount() function
565 Mount(Mount&& from) noexcept in Mount() function
/aosp_15_r20/frameworks/base/services/incremental/
H A DMetadata.proto22 message Mount { message
/aosp_15_r20/external/libbrillo/brillo/namespaces/
H A Dplatform.cc58 int Platform::Mount(const std::string& source, in Mount() function in brillo::Platform
/aosp_15_r20/system/vold/fs/
H A DF2fs.cpp56 status_t Mount(const std::string& source, const std::string& target) { in Mount() function
H A DExt4.cpp124 status_t Mount(const std::string& source, const std::string& target, bool ro, bool remount, in Mount() function
H A DExfat.cpp95 status_t Mount(const std::string& source, const std::string& target, int ownerUid, int ownerGid, in Mount() function
H A DVfat.cpp220 status_t Mount(const std::string& source, const std::string& target, bool ro, bool remount, in Mount() function
/aosp_15_r20/system/vold/
H A DAppFuseUtil.cpp51 static android::status_t Mount(int device_fd, const std::string& path) { in Mount() function
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/thread/
Dsetns.rs46 Mount = CLONE_NEWNS, enumerator
/aosp_15_r20/bootable/deprecated-ota/updater/
H A Dsimulator_runtime.cpp43 int SimulatorRuntime::Mount(const std::string_view location, const std::string_view mount_point, in Mount() function in SimulatorRuntime
H A Dupdater_runtime.cpp91 int UpdaterRuntime::Mount(const std::string_view location, const std::string_view mount_point, in Mount() function in UpdaterRuntime
/aosp_15_r20/system/incremental_delivery/incfs/include/
H A DMountRegistry.h60 Mount(std::vector<Root>::const_iterator base) : mBase(base) {} in Mount() function
/aosp_15_r20/kernel/tests/net/test/
H A Dnamespace.py83 def Mount(src, tgt, fs, flags=MS_NODEV|MS_NOEXEC|MS_NOSUID|MS_RELATIME): function
/aosp_15_r20/build/make/tools/releasetools/
H A Dtest_utils.py191 def Mount(self, *args): member in MockScriptWriter
H A Dedify_generator.py221 def Mount(self, mount_point, mount_options_by_format=""): member in EdifyGenerator
/aosp_15_r20/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dsnapshot.h698 Mount, enumerator
/aosp_15_r20/art/dexopt_chroot_setup/
H A Ddexopt_chroot_setup.cc368 Result<void> Mount(const std::string& block_device, const std::string& target, bool is_optional) { in Mount() function
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/plan9/
Dsyscall_plan9.go343 func Mount(fd int, afd int, old string, flag int, aname string) (err error) { func
/aosp_15_r20/external/google-cloud-java/java-life-sciences/proto-google-cloud-life-sciences-v2beta/src/main/proto/google/cloud/lifesciences/v2beta/
H A Dworkflows.proto310 message Mount { message
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/
Dsyscall_plan9.go437 func Mount(fd int, afd int, old string, flag int, aname string) (err error) { func

123