Home
last modified time | relevance | path

Searched refs:mount (Results 1 - 8 of 8) sorted by relevance

/developtools/hdc/hdc_rust/src/cffi/
H A Dmount.cpp20 #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 Ddaemon_unity.cpp16 #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 Ddaemon_uart.cpp26 #include <sys/mount.h>
/developtools/hdc/hdc_rust/src/daemon_lib/
H A Ddaemon_unity.rs15 use crate::daemon_lib::mount;
160 let ret = mount::remount_device();
H A Dmod.rs21 pub mod mount; modules
/developtools/integration_verification/tools/fotff/tester/xdevice/
H A Dxdevice.go34 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 Dhiebpf.bpf.c415 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 Dvmlinux.h167 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 486 milliseconds