Home
last modified time | relevance | path

Searched refs:creat (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/osi/test/
Dwakelock_test.cc59 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()
/packages/modules/adb/
Dsysdeps.h573 int fd = TEMP_FAILURE_RETRY(creat(path, mode)); in adb_creat()
580 #undef creat
581 #define creat ___xxx_creat macro