Searched refs:creat (Results 1 – 8 of 8) sorted by relevance
/system/bt/osi/test/ |
D | wakelock_test.cc | 68 creat(lock_path_.c_str(), S_IRWXU); in SetUp() 69 creat(unlock_path_.c_str(), S_IRWXU); in SetUp()
|
/system/core/libnativebridge/tests/ |
D | CodeCacheStatFail_test.cpp | 29 int fd = creat(kCodeCache, O_RDWR); in TEST_F()
|
/system/core/adb/ |
D | sysdeps.h | 463 int fd = TEMP_FAILURE_RETRY( creat( path, mode ) ); in adb_creat() 471 #undef creat 472 #define creat ___xxx_creat macro
|
/system/core/bootstat/ |
D | boot_event_record_store.cpp | 71 int record_fd = creat(record_path.c_str(), S_IRUSR | S_IWUSR); in AddBootEventWithValue()
|
D | boot_event_record_store_test.cpp | 45 android::base::unique_fd record_fd(creat(record_path.c_str(), S_IRUSR | S_IWUSR)); in CreateEmptyBootEventRecord()
|
/system/core/healthd/ |
D | charger_test.cpp | 101 int fd = creat(filepath, S_IRUSR | S_IWUSR); in createHidlHandle()
|
/system/extras/ANRdaemon/ |
D | ANRdaemon.cpp | 267 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/ |
D | key_store_service.cpp | 99 int fd = creat(kTimestampFilePath, 0600); in hadFactoryResetSinceIdRotation()
|