/aosp_15_r20/tools/treble/hacksaw/mount/ |
H A D | mount.go | 19 Unmount(string, int) error methodSpec
|
H A D | system.go | 37 func (f *systemMounter) Unmount(target string, flags int) error { func
|
H A D | fake.go | 50 func (f *fakeMounter) Unmount(target string, flags int) error { func
|
/aosp_15_r20/external/libbrillo/brillo/namespaces/ |
H A D | platform.cc | 41 bool Platform::Unmount(const FilePath& path, bool lazy, bool* was_busy) { in Unmount() function in brillo::Platform
|
/aosp_15_r20/bootable/deprecated-ota/updater/ |
H A D | simulator_runtime.cpp | 60 std::pair<bool, int> SimulatorRuntime::Unmount(const std::string_view mount_point) { in Unmount() function in SimulatorRuntime
|
H A D | updater_runtime.cpp | 126 std::pair<bool, int> UpdaterRuntime::Unmount(const std::string_view mount_point) { in Unmount() function in UpdaterRuntime
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/unix/ |
D | syscall_aix.go | 576 func Unmount(target string, flags int) (err error) { func
|
D | zsyscall_dragonfly_amd64.go | 1591 func Unmount(path string, flags int) (err error) { func
|
/aosp_15_r20/build/make/tools/releasetools/ |
H A D | edify_generator.py | 410 def Unmount(self, mount_point): member in EdifyGenerator
|
/aosp_15_r20/art/dexopt_chroot_setup/ |
H A D | dexopt_chroot_setup.cc | 163 Result<void> Unmount(const std::string& target, bool logging = true) { in Unmount() function
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/plan9/ |
D | syscall_plan9.go | 223 func Unmount(name, old string) (err error) { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/ |
D | syscall_plan9.go | 307 func Unmount(name, old string) (err error) { func
|
D | zsyscall_netbsd_arm.go | 1172 func Unmount(path string, flags int) (err error) { func
|
D | zsyscall_netbsd_386.go | 1172 func Unmount(path string, flags int) (err error) { func
|
D | zsyscall_netbsd_amd64.go | 1172 func Unmount(path string, flags int) (err error) { func
|
D | zsyscall_netbsd_arm64.go | 1172 func Unmount(path string, flags int) (err error) { func
|
D | zsyscall_openbsd_mips64.go | 1181 func Unmount(path string, flags int) (err error) { func
|
D | zsyscall_linux_386.go | 932 func Unmount(target string, flags int) (err error) { func
|
D | zsyscall_linux_s390x.go | 932 func Unmount(target string, flags int) (err error) { func
|
D | zsyscall_dragonfly_amd64.go | 1238 func Unmount(path string, flags int) (err error) { func
|
D | zsyscall_freebsd_amd64.go | 1209 func Unmount(path string, flags int) (err error) { func
|
D | zsyscall_freebsd_arm.go | 1209 func Unmount(path string, flags int) (err error) { func
|
D | zsyscall_freebsd_riscv64.go | 1209 func Unmount(path string, flags int) (err error) { func
|
D | zsyscall_freebsd_386.go | 1209 func Unmount(path string, flags int) (err error) { func
|
D | zsyscall_freebsd_arm64.go | 1209 func Unmount(path string, flags int) (err error) { func
|