Searched refs:creat (Results 1 – 2 of 2) sorted by relevance
59 lock_path_fd = creat(lock_path_.c_str(), S_IRWXU); in SetUp()60 unlock_path_fd = creat(unlock_path_.c_str(), S_IRWXU); in SetUp()
573 int fd = TEMP_FAILURE_RETRY(creat(path, mode)); in adb_creat()580 #undef creat581 #define creat ___xxx_creat macro