Home
last modified time | relevance | path

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

/system/tools/aidl/analyzer/
DanalyzerMain.cpp66 int openFlags = O_WRONLY | O_CREAT | O_APPEND | O_CLOEXEC | O_BINARY; in startRecording() local
67 unique_fd fd(open(filePath.c_str(), openFlags, 0666)); in startRecording()