Searched refs:creat (Results 1 – 7 of 7) sorted by relevance
68 creat(lock_path_.c_str(), S_IRWXU); in SetUp()69 creat(unlock_path_.c_str(), S_IRWXU); in SetUp()
71 int record_fd = creat(record_path.c_str(), S_IRUSR | S_IWUSR); in AddBootEventWithValue()
45 android::base::unique_fd record_fd(creat(record_path.c_str(), S_IRUSR | S_IWUSR)); in CreateEmptyBootEventRecord()
542 int fd = TEMP_FAILURE_RETRY(creat(path, mode)); in adb_creat()549 #undef creat550 #define creat ___xxx_creat macro
267 int output_fd = creat(path_buf, S_IRWXU); in dump_trace()626 int fd = creat(dfs_trace_output_path, 0); in main()
110 int fd = creat(filepath, S_IRUSR | S_IWUSR); in createHidlHandle()
97 int fd = creat(kTimestampFilePath, 0600); in hadFactoryResetSinceIdRotation()