Home
last modified time | relevance | path

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

/base/update/updater/services/include/applypatch/
H A Dpartition_record.h24 #ifndef O_BINARY
25 #define O_BINARY 0 macro
/base/update/updater/services/applypatch/
H A Dpartition_record.cpp40 int fd = open(realPath, O_RDONLY | O_EXCL | O_CLOEXEC | O_BINARY); in IsPartitionUpdated()
124 int fd = open(realPath, O_RDWR | O_EXCL | O_CLOEXEC | O_BINARY); in RecordPartitionUpdateStatus()
156 int fd = open(miscBlockDevice.c_str(), O_RDWR | O_EXCL | O_CLOEXEC | O_BINARY); in ClearRecordPartitionOffset()
/base/update/updater/test/unittest/applypatch_test/
H A Dimagepatch_unittest.h33 constexpr int O_BINARY = 0; variable
76 int fd = open(target.c_str(), O_WRONLY | O_CREAT | O_TRUNC | O_CLOEXEC | O_BINARY, mode); in RunImageApplyPatch()
/base/hiviewdfx/hitrace/tools/hitrace_converter/
H A Dhitrace_converter.py452 infile_flags = os.O_RDONLY | os.O_BINARY
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_elf.cpp137 int fd = OHOS_TEMP_FAILURE_RETRY(open(realPath.c_str(), O_RDONLY | O_BINARY)); in DfxElf()

Completed in 4 milliseconds