Searched refs:mount (Results 1 – 13 of 13) sorted by relevance
/developtools/hdc/hdc_rust/src/daemon/ |
D | daemon_unity.rs | 15 use super::mount; 125 mount::remount_device(); in reboot_device() 159 let ret = mount::remount_device(); in remount_device()
|
D | main.rs | 22 mod mount; module
|
/developtools/hdc/hdc_rust/src/cffi/ |
D | mount.cpp | 85 ret = mount(dev, dir, "none", MS_REMOUNT, nullptr); in RemountPartition()
|
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/rollup_mock/ |
D | share.ts | 85 public mount(cacheStoreManagerKey: string): CacheInCacheStoreManager { method in CacheStoreManager
|
/developtools/hdc/src/daemon/etc/ |
D | hdc.para.dac | 34 # you should setenforce 0 and mount to write /system
|
/developtools/integration_verification/tools/fotff/tester/xdevice/ |
D | xdevice.go | 34 const enableTestModeScript = `mount -o rw,remount /; param set persist.ace.testmode.enabled 1; para…
|
/developtools/hdc/src/daemon/ |
D | daemon_unity.cpp | 145 if (mount(dev, dir, "none", MS_REMOUNT, nullptr) < 0) { in RemountPartition()
|
/developtools/hdc/ |
D | README_zh.md | 143 …"><p id="p8424164318423"><a name="p8424164318423"></a><a name="p8424164318423"></a>target mount</p> 145 …an>以读写模式挂载/vendor、/data等分区,因为安全性问题,需要挂在根目录或者/system分区</br>请单独使用'hdc shell mount -o rw,remount /'等命… 146 <p id="p23801376351"><a name="p23801376351"></a><a name="p23801376351"></a>举例: hdc target mount</p> 347 hdc shell mount -o rw,remount /
|
D | BUILD.gn | 169 "hdc_rust/src/cffi/mount.cpp",
|
/developtools/hdc/hdc_rust/ |
D | BUILD.gn | 22 "src/cffi/mount.cpp",
|
/developtools/profiler/hiebpf/src/ |
D | hiebpf.bpf.c | 422 struct mount *mnt = NULL; in get_mountpoint_by_inode() 423 mnt = list_entry(mountsHead, struct mount, mnt_instance); in get_mountpoint_by_inode()
|
/developtools/ace_ets2bundle/compiler/src/ |
D | utils.ts | 1181 return rollupShareObject.cacheStoreManager.mount(cacheStoreKey).getCache(cacheServiceKey); 1204 rollupShareObject.cacheStoreManager.mount(cacheStoreKey).setCache(cacheServiceKey, value);
|
/developtools/profiler/hiebpf/include/ |
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; argument 39537 struct mount *mnt_master; argument 39942 struct mount cursor; 57718 } mount; member
|