Searched refs:O_BINARY (Results 1 – 10 of 10) sorted by relevance
| /developtools/smartperf_host/trace_streamer/src/base/ |
| D | file.cpp | 59 int32_t fd(_open(path.c_str(), flags | O_BINARY, mode)); in OpenFile()
|
| /developtools/profiler/host/smartperf/trace_streamer/src/base/ |
| D | file.cpp | 59 int32_t fd(_open(path.c_str(), flags | O_BINARY, mode)); in OpenFile()
|
| /developtools/profiler/device/plugins/native_daemon/include/ |
| D | utilities.h | 77 #ifndef O_BINARY 78 #define O_BINARY 0 macro
|
| /developtools/hiperf/include/ |
| D | utilities.h | 80 #ifndef O_BINARY 81 #define O_BINARY 0 macro
|
| /developtools/profiler/device/plugins/native_daemon/src/ |
| D | elf_file.cpp | 27 fd_ = open(filename.c_str(), O_RDONLY | O_BINARY); in ElfFile()
|
| D | utilities.cpp | 240 OHOS::UniqueFd fd(open(fileName.c_str(), O_RDONLY | O_BINARY)); in ReadFileToString()
|
| D | symbols_file.cpp | 514 fd_ = OHOS::UniqueFd(open(loadElfPath.c_str(), O_RDONLY | O_BINARY)); in LoadFileToMemory()
|
| /developtools/hiperf/src/ |
| D | elf_file.cpp | 27 fd_ = open(resolvedPath.c_str(), O_RDONLY | O_BINARY); in ElfFile()
|
| D | utilities.cpp | 316 OHOS::UniqueFd fd(open(resolvedPath.c_str(), O_RDONLY | O_BINARY)); in ReadFileToString()
|
| D | symbols_file.cpp | 540 fd_ = OHOS::UniqueFd(open(resolvedPath.c_str(), O_RDONLY | O_BINARY)); in LoadFileToMemory()
|