Searched refs:record_fd (Results 1 – 2 of 2) sorted by relevance
71 int record_fd = creat(record_path.c_str(), S_IRUSR | S_IWUSR); in AddBootEventWithValue() local72 if (record_fd == -1) { in AddBootEventWithValue()82 close(record_fd); in AddBootEventWithValue()91 close(record_fd); in AddBootEventWithValue()95 close(record_fd); in AddBootEventWithValue()
45 android::base::unique_fd record_fd(creat(record_path.c_str(), S_IRUSR | S_IWUSR)); in CreateEmptyBootEventRecord() local46 if (record_fd == -1) { in CreateEmptyBootEventRecord()