Searched +full:late +full:- +full:fs (Results 1 – 5 of 5) sorted by relevance
4 …system_server: SystemServerTiming(Async)?\s*:\s*(?P<name>\S+) took to complete:\s(?P<time>[0-9]+)ms5 package_manager: PackageSettingsTiming\s*:\s*(?P<name>\S+) took to complete:\s(?P<time>[0-9]+)ms6 system_ui: SystemUIBootTiming?\s*:\s*(?P<name>\S+) took to complete:\s(?P<time>[0-9]+)ms7 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]+)\sseconds9 init_command_ms: init:\sCommand\s(?P<name>\S.+)\sreturned.*took\s(?P<time>[.0-9]+)ms10 …: init:\sService\s.*exec\s\S+\s\((?P<name>\S.+)\).*pid.*\swaiting\stook\s(?P<time>[.0-9]+)\sseconds11 zygote64_timing: (?P<name>Zygote64Timing\:\s\S+)\stook\sto\scomplete\:\s(?P<time>[0-9]+)ms12 zygote32_timing: (?P<name>Zygote32Timing\:\s\S+)\stook\sto\scomplete\:\s(?P<time>[0-9]+)ms13 …P<component>\S+)\sLong\smonitor\scontention\swith\sowner\s(?P<name>\S.+).*\sfor\s(?P<time>[.0-9]+)s[all …]
2 -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 sock11 --dev /mnt/secure_storage_rpmb_system/persist/RPMB_DATA --init --size 204818 --dev /mnt/secure_storage_rpmb_system/persist/RPMB_DATA \19 --sock rpmb_mock_system26 on late-fs && \34 on post-fs && \56 on post-fs-data && \
14 # Cgroups are mounted right before early-init using list from /etc/cgroups.json15 on early-init42 # set RLIMIT_NICE to allow priorities from 19 to -2055 # Greatly extend dm-verity's Merkle tree cache timeout. The default timeout59 # Disable dm-verity hash prefetching, since it doesn't help performance78 # Run apexd-bootstrap so that APEXes that provide critical libraries81 exec_start apexd-bootstrap82 perform_apex_config --bootstrap90 mkdir /dev/sys/fs 0755 system system106 # Mix device-specific information into the entropy pool[all …]
2 ---------------------7 All of these are line-oriented, consisting of tokens separated by8 whitespace. The c-style backslash escapes may be used to insert11 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 the178 defined ordering between persistent setprops and non-persistent setprops. For[all …]
8 * http://www.apache.org/licenses/LICENSE-2.032 #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 …]