Home
last modified time | relevance | path

Searched refs:O_BINARY (Results 1 - 5 of 5) sorted by relevance

/developtools/profiler/device/plugins/native_daemon/include/
H A Dutilities.h77 #ifndef O_BINARY
78 #define O_BINARY 0 macro
/developtools/hiperf/include/
H A Dutilities.h83 #ifndef O_BINARY
84 #define O_BINARY 0 macro
/developtools/smartperf_host/trace_streamer/src/base/
H A Dfile.cpp66 int32_t fd(_open(path.c_str(), flags | O_BINARY, mode)); in OpenFile()
/developtools/profiler/device/plugins/native_daemon/src/
H A Dutilities.cpp260 OHOS::UniqueFd fd(open(fileName.c_str(), O_RDONLY | O_BINARY)); in ReadFileToString()
/developtools/hiperf/src/
H A Dutilities.cpp306 OHOS::UniqueFd fd(open(resolvedPath.c_str(), O_RDONLY | O_BINARY)); in ReadFileToString()

Completed in 4 milliseconds