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()
29 int fd = creat(kCodeCache, O_RDWR); in TEST_F()
67 int record_fd = creat(record_path.c_str(), S_IRUSR | S_IWUSR); in AddBootEventWithValue()
43 android::base::unique_fd record_fd(creat(record_path.c_str(), S_IRUSR | S_IWUSR)); in CreateEmptyBootEventRecord()
570 int fd = TEMP_FAILURE_RETRY( creat( path, mode ) ); in adb_creat()578 #undef creat579 #define creat ___xxx_creat macro
268 int output_fd = creat(path_buf, S_IRWXU); in dump_trace()627 int fd = creat(dfs_trace_output_path, 0); in main()
78 int fd = creat(kTimestampFilePath, 0600); in hadFactoryResetSinceIdRotation()