Home
last modified time | relevance | path

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

/aosp14/system/core/bootstat/
H A Dboot_event_record_store.cpp71 int record_fd = creat(record_path.c_str(), S_IRUSR | S_IWUSR); in AddBootEventWithValue() local
H A Dboot_event_record_store_test.cpp45 android::base::unique_fd record_fd(creat(record_path.c_str(), S_IRUSR | S_IWUSR)); in CreateEmptyBootEventRecord() local