HomeSort by relevance Sort by last modified time
    Searched refs:bootstat (Results 1 - 12 of 12) sorted by null

  /system/core/bootstat/
uptime_parser.h 22 namespace bootstat { namespace
27 } // namespace bootstat
histogram_logger.h 20 namespace bootstat { namespace
26 } // namespace bootstat
uptime_parser.cpp 25 namespace bootstat { namespace
38 } // namespace bootstat
Android.mk 28 bootstat.cpp \
53 # bootstat static library
68 # bootstat static library, debug
83 # bootstat host static library, debug
98 # bootstat binary
103 LOCAL_MODULE := bootstat
108 LOCAL_INIT_RC := bootstat.rc
histogram_logger.cpp 25 namespace bootstat { namespace
41 } // namespace bootstat
bootstat.cpp 17 // The bootstat command provides options to persist boot events with the current
47 bootstat::LogHistogram(i->first, i->second);
168 time_t uptime = bootstat::ParseUptime();
217 bootstat::LogHistogram(
220 // Logging via BootEventRecordStore to see if using bootstat::LogHistogram
226 bootstat::LogHistogram("factory_reset_current_time", current_time_utc);
228 // Logging via BootEventRecordStore to see if using bootstat::LogHistogram
247 bootstat::LogHistogram("factory_reset_record_value", factory_reset_utc);
249 // Logging via BootEventRecordStore to see if using bootstat::LogHistogram
boot_event_record_store.cpp 33 const char BOOTSTAT_DATA_DIR[] = "/data/misc/bootstat/";
58 // Ignore existing bootstat records (which do not contain file content).
61 bootstat::LogHistogram("bootstat_mtime_matches_content", value == *uptime);
74 AddBootEventWithValue(event, bootstat::ParseUptime());
boot_event_record_store_test.cpp 137 time_t uptime = bootstat::ParseUptime();
152 time_t uptime = bootstat::ParseUptime();
  /system/connectivity/shill/init/
shill.conf.in 47 bootstat shill-start
74 bootstat shill-stop
  /build/target/product/
embedded.mk 25 bootstat \
  /system/sepolicy/
file_contexts 159 /system/bin/bootstat u:object_r:bootstat_exec:s0
269 /data/misc/bootstat(/.*)? u:object_r:bootstat_data_file:s0
  /system/connectivity/shill/
metrics.cc 27 #include <metrics/bootstat.h>
    [all...]

Completed in 109 milliseconds