Home
last modified time | relevance | path

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

/system/bt/osi/test/
Dwakelock_test.cc68 creat(lock_path_.c_str(), S_IRWXU); in SetUp()
69 creat(unlock_path_.c_str(), S_IRWXU); in SetUp()
/system/core/libnativebridge/tests/
DCodeCacheStatFail_test.cpp29 int fd = creat(kCodeCache, O_RDWR); in TEST_F()
/system/core/bootstat/
Dboot_event_record_store.cpp67 int record_fd = creat(record_path.c_str(), S_IRUSR | S_IWUSR); in AddBootEventWithValue()
Dboot_event_record_store_test.cpp43 android::base::unique_fd record_fd(creat(record_path.c_str(), S_IRUSR | S_IWUSR)); in CreateEmptyBootEventRecord()
/system/core/adb/
Dsysdeps.h570 int fd = TEMP_FAILURE_RETRY( creat( path, mode ) ); in adb_creat()
578 #undef creat
579 #define creat ___xxx_creat macro
/system/extras/ANRdaemon/
DANRdaemon.cpp268 int output_fd = creat(path_buf, S_IRWXU); in dump_trace()
627 int fd = creat(dfs_trace_output_path, 0); in main()
/system/security/keystore/
Dkey_store_service.cpp78 int fd = creat(kTimestampFilePath, 0600); in hadFactoryResetSinceIdRotation()