Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_media_player.cpp206 auto hapFd = open(realPath, O_RDONLY); in MediaPlay() local
285 auto hapFd = open(realPath, O_RDONLY); in RawFilePlay() local
319 auto hapFd = open(realPath, O_RDONLY); in RelativePathPlay() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Dvideo_element.cpp398 auto hapFd = open(hapPath.c_str(), O_RDONLY); in MediaPlay() local
423 auto hapFd = open(hapPath.c_str(), O_RDONLY); in RawFilePlay() local
447 auto hapFd = open(hapPath.c_str(), O_RDONLY); in RelativePathPlay() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp5451 int32_t hapFd = open(realInstallationPath.c_str(), O_RDONLY); in MoveFileToRealInstallationDir() local