Home
last modified time | relevance | path

Searched refs:fs (Results 1 – 25 of 283) sorted by relevance

12345678910>>...12

/device/linaro/dragonboard-kernel/android-5.4/
Dmodules.builtin10 fs/binfmt_misc.ko
11 fs/binfmt_script.ko
12 fs/mbcache.ko
13 fs/configfs/configfs.ko
14 fs/erofs/erofs.ko
15 fs/exportfs/exportfs.ko
16 fs/ext4/ext4.ko
17 fs/f2fs/f2fs.ko
18 fs/fat/fat.ko
19 fs/fat/vfat.ko
[all …]
/device/linaro/hikey-kernel/hikey960/5.10/
Dmodules.builtin12 kernel/fs/binfmt_misc.ko
13 kernel/fs/binfmt_script.ko
14 kernel/fs/binfmt_elf.ko
15 kernel/fs/compat_binfmt_elf.ko
16 kernel/fs/mbcache.ko
17 kernel/fs/quota/quota_v2.ko
18 kernel/fs/quota/quota_tree.ko
19 kernel/fs/configfs/configfs.ko
20 kernel/fs/ext4/ext4.ko
21 kernel/fs/jbd2/jbd2.ko
[all …]
/device/linaro/dragonboard-kernel/android-5.10/
Dmodules.builtin12 kernel/fs/binfmt_misc.ko
13 kernel/fs/binfmt_script.ko
14 kernel/fs/binfmt_elf.ko
15 kernel/fs/compat_binfmt_elf.ko
16 kernel/fs/mbcache.ko
17 kernel/fs/quota/quota_v2.ko
18 kernel/fs/quota/quota_tree.ko
19 kernel/fs/configfs/configfs.ko
20 kernel/fs/ext4/ext4.ko
21 kernel/fs/jbd2/jbd2.ko
[all …]
/device/google/gs-common/storage/
Dinit.storage.rc7 write /dev/sys/fs/by-name/userdata/data_io_flag 8
8 write /dev/sys/fs/by-name/userdata/node_io_flag 8
9 write /dev/sys/fs/by-name/userdata/max_io_bytes 524288
10 write /dev/sys/fs/by-name/userdata/min_hot_blocks 0
28 write /dev/sys/fs/by-name/userdata/data_io_flag 56
29 write /dev/sys/fs/by-name/userdata/node_io_flag 56
48 chown system system /dev/sys/fs/by-name/userdata/committed_atomic_block
49 chown system system /dev/sys/fs/by-name/userdata/compr_new_inode
50 chown system system /dev/sys/fs/by-name/userdata/compr_saved_block
51 chown system system /dev/sys/fs/by-name/userdata/compr_written_block
[all …]
/device/google/trout/hal/dumpstate/1.1/
DDumpstateDevice.cpp49 static void dumpDirAsText(int textFd, const fs::path& dirToDump) { in dumpDirAsText()
50 for (const auto& fileEntry : fs::recursive_directory_iterator(dirToDump)) { in dumpDirAsText()
59 static void tryDumpDirAsTar(int textFd, int binFd, const fs::path& dirToDump) { in tryDumpDirAsTar()
60 if (!fs::is_directory(dirToDump)) { in tryDumpDirAsTar()
101 const fs::path& dumpPath) { in dumpRemoteLogs()
123 bool DumpstateDevice::dumpString(const std::string& text, const fs::path& dumpPath) { in dumpString()
148 auto helperSysLogPath = fs::path(helperSystemLogDir); in dumpHelperSystem()
149 if (!fs::create_directories(helperSysLogPath, error)) { in dumpHelperSystem()
155 if (!fs::is_directory(helperSysLogPath)) { in dumpHelperSystem()
199 if (fs::remove_all(helperSysLogPath, error) == static_cast<std::uintmax_t>(-1)) { in dumpHelperSystem()
DDumpstateDevice.h30 namespace fs = std::filesystem; variable
51 const fs::path& dumpPath);
52 bool dumpString(const std::string& text, const fs::path& dumpPath);
/device/google/cuttlefish/shared/minidroid/
Dinit.rc87 trigger early-fs
91 # /system and /vendor must be mounted by the end of the fs stage,
93 trigger fs
94 trigger post-fs
98 # specified in the previous mount_all command on the fs stage.
101 trigger late-fs
103 trigger post-fs-data
111 on post-fs
136 on late-fs && property:ro.debuggable=1
138 # This does not work correctly if it is called in post-fs.
[all …]
/device/google/cuttlefish/shared/config/
Dinit.vendor.rc38 on fs
47 on post-fs-data && property:ro.vendor.disable_rename_eth0=
52 on post-fs-data && property:ro.vendor.wifi_impl=virt_wifi
56 on post-fs-data
60 on late-fs
66 on post-fs-data && property:ro.vendor.wifi_impl=mac80211_hwsim_virtio
/device/linaro/dragonboard/
Dinit.common.rc4 on early-fs
7 on fs
11 on post-fs
15 on late-fs
24 # since /storage is mounted on post-fs in init.rc
/device/linaro/hikey/
Dinit.common.rc19 on early-fs
22 on fs
25 on post-fs
32 # since /storage is mounted on post-fs in init.rc
58 on post-fs-data
/device/google/cuttlefish/host/commands/secure_env/rust/
Dsdd.rs24 use std::fs;
30 let mut f = fs::File::open(SECURE_DELETION_DATA_FILE).map_err(|e| { in read_sdd_file()
39 let mut f = fs::File::create(SECURE_DELETION_DATA_FILE).map_err(|e| { in write_sdd_file()
186 match fs::remove_file(SECURE_DELETION_DATA_FILE) { in delete_all()
/device/linaro/hikey/hikey960/
Dinit.hikey960.rc3 on fs
6 on post-fs
10 on late-fs
/device/generic/goldfish/
Dinit.ranchu.rc1 on early-fs
4 on fs
7 on late-fs
59 on post-fs-data
110 on post-fs-data && property:ro.boot.qemu.virtiowifi=1
118 disabled # Started on post-fs-data
/device/google/gs201/conf/
Dinit.exynos.nanohub.rc1 on post-fs
7 on post-fs-data
18 on post-fs-data
/device/google/gs101/conf/
Dinit.exynos.nanohub.rc1 on post-fs
7 on post-fs-data
18 on post-fs-data
/device/google/zuma/conf/
Dinit.exynos.nanohub.rc1 on post-fs
7 on post-fs-data
18 on post-fs-data
/device/google/zumapro/conf/
Dinit.exynos.nanohub.rc1 on post-fs
7 on post-fs-data
18 on post-fs-data
/device/amlogic/yukawa/
Dinit.yukawa.rc10 # boot time fs tuning
16 on fs
20 on post-fs
/device/google/tangorpro/conf/
Dinit.tangorpro.rc79 on post-fs-data
87 on fs
95 on post-fs-data
100 on post-fs-data
117 on post-fs
/device/google/felix/conf/
Dinit.felix.rc8 on post-fs-data
15 on fs
116 on post-fs-data
137 on post-fs-data
148 on post-fs-data
/device/google/coral/
Dinit.hardware.rc29 file /sys/fs/pstore/console-ramoops-0 r
30 file /sys/fs/pstore/console-ramoops r
49 # Boot time fs tuning
142 trigger fs
164 on fs && property:ro.revision="DEV1.0"
167 on fs
198 on post-fs
209 on late-fs
251 on post-fs-data
520 chown system system /dev/sys/fs/by-name/userdata/gc_segment_mode
[all …]
/device/google/caimito/conf/
Dinit.caiman.rc34 on fs
38 on post-fs-data
46 on post-fs-data
Dinit.tokay.rc34 on post-fs-data
42 on post-fs-data
74 on fs
Dinit.komodo.rc34 on fs
42 on post-fs-data
50 on post-fs-data
/device/linaro/hikey/hikey/
Dinit.hikey.rc3 on fs
6 on post-fs

12345678910>>...12