Home
last modified time | relevance | path

Searched refs:creat (Results 1 – 8 of 8) 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/adb/
Dsysdeps.h463 int fd = TEMP_FAILURE_RETRY( creat( path, mode ) ); in adb_creat()
471 #undef creat
472 #define creat ___xxx_creat macro
/system/core/bootstat/
Dboot_event_record_store.cpp71 int record_fd = creat(record_path.c_str(), S_IRUSR | S_IWUSR); in AddBootEventWithValue()
Dboot_event_record_store_test.cpp45 android::base::unique_fd record_fd(creat(record_path.c_str(), S_IRUSR | S_IWUSR)); in CreateEmptyBootEventRecord()
/system/core/healthd/
Dcharger_test.cpp101 int fd = creat(filepath, S_IRUSR | S_IWUSR); in createHidlHandle()
/system/extras/ANRdaemon/
DANRdaemon.cpp267 int output_fd = creat(path_buf, S_IRWXU); in dump_trace()
626 int fd = creat(dfs_trace_output_path, 0); in main()
/system/security/keystore/
Dkey_store_service.cpp99 int fd = creat(kTimestampFilePath, 0600); in hadFactoryResetSinceIdRotation()