Searched defs:openMode (Results 1 – 3 of 3) sorted by relevance
33 bool ArkWebBridgeHelper::LoadLibFile(int openMode, const std::string& libFilePath, bool isPrintLog) in LoadLibFile()57 bool ArkWebBridgeHelper::LoadLibFile(int openMode, const std::string& libNsName, const std::string&… in LoadLibFile()
545 int openMode = (mode.compare(MEDIA_FILEMODE_READWRITE) == 0) ? O_RDWR : O_RDONLY; in GetFd() local
207 int32_t MediaLibraryManager::OpenAsset(string &uri, const string openMode) in OpenAsset()