Home
last modified time | relevance | path

Searched defs:binary (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/drm_framework/services/utils/
H A Ddrm_dfx_utils.cpp63 for (uint8_t binary : binaryData) { in CastToHexString() local
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/texture_encode/
H A Dimage_compressor.cpp1465 const char *binary = static_cast<const char *>(binaryContent.c_str()); in AstcClBuildProgram() local
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Djs_fwk_common.cpp592 static int32_t OpenFileInternal(const char * const orgFullPath, bool binary = false) in OpenFileInternal()
662 char *ReadFile(const char * const fullPath, uint32_t &fileSize, const bool binary) in ReadFile()