Home
last modified time | relevance | path

Searched +full:late +full:- +full:fs (Results 1 – 5 of 5) sorted by relevance

/system/extras/boottime_tools/bootanalyze/
Dconfig.yaml4 …system_server: SystemServerTiming(Async)?\s*:\s*(?P<name>\S+) took to complete:\s(?P<time>[0-9]+)ms
5 package_manager: PackageSettingsTiming\s*:\s*(?P<name>\S+) took to complete:\s(?P<time>[0-9]+)ms
6 system_ui: SystemUIBootTiming?\s*:\s*(?P<name>\S+) took to complete:\s(?P<time>[0-9]+)ms
7 fs_shutdown: (?P<name>boot_fs_shutdown),(?P<time>[0-9]+),([0-9]+)
8 ueventd_secs: ueventd:\s(?P<name>\S.+)\stook\s(?P<time>[.0-9]+)\sseconds
9 init_command_ms: init:\sCommand\s(?P<name>\S.+)\sreturned.*took\s(?P<time>[.0-9]+)ms
10 …: init:\sService\s.*exec\s\S+\s\((?P<name>\S.+)\).*pid.*\swaiting\stook\s(?P<time>[.0-9]+)\sseconds
11 zygote64_timing: (?P<name>Zygote64Timing\:\s\S+)\stook\sto\scomplete\:\s(?P<time>[0-9]+)ms
12 zygote32_timing: (?P<name>Zygote32Timing\:\s\S+)\stook\sto\scomplete\:\s(?P<time>[0-9]+)ms
13 …P<component>\S+)\sLong\smonitor\scontention\swith\sowner\s(?P<name>\S.+).*\sfor\s(?P<time>[.0-9]+)s
[all …]
/system/core/trusty/utils/rpmb_dev/
Drpmb_dev.system.rc2 -d ${storageproxyd_system.trusty_ipc_dev:-/dev/trusty-ipc-dev0} \
3 -r /dev/socket/rpmb_mock_system \
4 -p /data/secure_storage_system \
5 -t sock
11 --dev /mnt/secure_storage_rpmb_system/persist/RPMB_DATA --init --size 2048
18 --dev /mnt/secure_storage_rpmb_system/persist/RPMB_DATA \
19 --sock rpmb_mock_system
26 on late-fs && \
34 on post-fs && \
56 on post-fs-data && \
/system/core/rootdir/
Dinit.rc14 # Cgroups are mounted right before early-init using list from /etc/cgroups.json
15 on early-init
42 # set RLIMIT_NICE to allow priorities from 19 to -20
55 # Greatly extend dm-verity's Merkle tree cache timeout. The default timeout
59 # Disable dm-verity hash prefetching, since it doesn't help performance
78 # Run apexd-bootstrap so that APEXes that provide critical libraries
81 exec_start apexd-bootstrap
82 perform_apex_config --bootstrap
90 mkdir /dev/sys/fs 0755 system system
106 # Mix device-specific information into the entropy pool
[all …]
/system/core/init/
DREADME.md2 ---------------------
7 All of these are line-oriented, consisting of tokens separated by
8 whitespace. The c-style backslash escapes may be used to insert
11 when it is the last character on a line, may be used for line-folding.
29 --------------
81 -------------------------------
96 For an APEX module with the following files in /apex/sample-module/apex/etc/:
118 -------
122 the tail of a to-be-executed queue (unless it is already on the
178 defined ordering between persistent setprops and non-persistent setprops. For
[all …]
/system/core/fs_mgr/libfstab/
Dfstab.cpp8 * http://www.apache.org/licenses/LICENSE-2.0
32 #include <android-base/file.h>
33 #include <android-base/parseint.h>
34 #include <android-base/properties.h>
35 #include <android-base/stringprintf.h>
36 #include <android-base/strings.h>
98 if (!dt_value->empty()) { in ReadDtFile()
99 // Trim the trailing '\0' out, otherwise the comparison will produce false-negatives. in ReadDtFile()
100 dt_value->resize(dt_value->size() - 1); in ReadDtFile()
109 entry->fs_mgr_flags.file_encryption = true; in ParseFileEncryption()
[all …]