Searched refs:mount (Results 1 - 8 of 8) sorted by relevance
/developtools/hdc/hdc_rust/src/cffi/ |
H A D | mount.cpp | 20 #include <sys/mount.h>
25 #include "mount.h"
87 ret = mount(dev, dir, "none", MS_REMOUNT, nullptr);
in RemountPartition() 89 WRITE_LOG(LOG_FATAL, "mount %s failed, reason is %s", dev, strerror(errno));
in RemountPartition() 103 WRITE_LOG(LOG_FATAL, "Mount failed /vendor (via mount)");
in RemountDevice() 108 WRITE_LOG(LOG_FATAL, "Mount failed /system (via mount)");
in RemountDevice()
|
/developtools/hdc/src/daemon/ |
H A D | daemon_unity.cpp | 16 #include <sys/mount.h> 153 if (mount(dev, dir, "none", MS_REMOUNT, nullptr) < 0) { in RemountPartition() 208 WRITE_LOG(LOG_FATAL, "Mount failed /vendor (via mount)"); in RemountDevice() 213 WRITE_LOG(LOG_FATAL, "Mount failed /system (via mount)"); in RemountDevice()
|
H A D | daemon_uart.cpp | 26 #include <sys/mount.h>
|
/developtools/hdc/hdc_rust/src/daemon_lib/ |
H A D | daemon_unity.rs | 15 use crate::daemon_lib::mount; 160 let ret = mount::remount_device();
|
H A D | mod.rs | 21 pub mod mount; modules
|
/developtools/integration_verification/tools/fotff/tester/xdevice/ |
H A D | xdevice.go | 34 const enableTestModeScript = `mount -o rw,remount /; param set persist.ace.testmode.enabled 1; param set persist.sys.hilog.debug.on true; sed -i 's/enforcing/permissive/g' /system/etc/selinux/config; sync; reboot`
|
/developtools/profiler/hiebpf/src/ |
H A D | hiebpf.bpf.c | 415 struct mount *mnt = NULL; in get_mountpoint_by_inode() 416 mnt = list_entry(mountsHead, struct mount, mnt_instance); in get_mountpoint_by_inode()
|
/developtools/profiler/hiebpf/include/ |
H A D | vmlinux.h | 167 struct dentry * (*mount)(struct file_system_type *, int, const char *, void *); member 39498 struct mount; 39502 struct mount *root; 39518 struct mount { struct 39520 struct mount *mnt_parent; 39537 struct mount *mnt_master; 39942 struct mount cursor; 57718 } mount; global() member [all...] |
Completed in 503 milliseconds