Home
last modified time | relevance | path

Searched refs:record_fd (Results 1 – 2 of 2) sorted by relevance

/system/core/bootstat/
Dboot_event_record_store.cpp71 int record_fd = creat(record_path.c_str(), S_IRUSR | S_IWUSR); in AddBootEventWithValue() local
72 if (record_fd == -1) { in AddBootEventWithValue()
82 close(record_fd); in AddBootEventWithValue()
91 close(record_fd); in AddBootEventWithValue()
95 close(record_fd); in AddBootEventWithValue()
Dboot_event_record_store_test.cpp45 android::base::unique_fd record_fd(creat(record_path.c_str(), S_IRUSR | S_IWUSR)); in CreateEmptyBootEventRecord() local
46 if (record_fd == -1) { in CreateEmptyBootEventRecord()