Home
last modified time | relevance | path

Searched refs:OpenReadOnly (Results 1 – 5 of 5) sorted by relevance

/system/extras/simpleperf/
Dutils.h68 static android::base::unique_fd OpenReadOnly(const std::string& filename);
Dcmd_api.cpp177 android::base::unique_fd in_fd(FileHelper::OpenReadOnly(path)); in CollectRecordingData()
Dutils.cpp66 android::base::unique_fd FileHelper::OpenReadOnly(const std::string& filename) { in OpenReadOnly() function in FileHelper
77 android::base::unique_fd fd = FileHelper::OpenReadOnly(filename); in CreateInstance()
Dread_elf.cpp185 android::base::unique_fd fd = FileHelper::OpenReadOnly(filename); in OpenObjectFile()
Dcmd_record.cpp576 android::base::unique_fd in_fd(FileHelper::OpenReadOnly(in_filename)); in WriteRecordDataToOutFd()