Home
last modified time | relevance | path

Searched refs:aPath (Results 1 – 4 of 4) sorted by relevance

/external/opencore/oscl/oscl/oscllib/src/
Doscl_shared_library.cpp45 OSCL_EXPORT_REF OsclSharedLibrary::OsclSharedLibrary(const OSCL_String& aPath) in OsclSharedLibrary() argument
57 iLibPath = aPath; in OsclSharedLibrary()
75 OSCL_EXPORT_REF OsclLibStatus OsclSharedLibrary::LoadLib(const OSCL_String& aPath) in LoadLib() argument
77 …G_INST_LLDBG, ipLogger, PVLOGMSG_DEBUG, (0, "OsclSharedLibrary::LoadLib %s IN", aPath.get_cstr())); in LoadLib()
83 iLibPath = aPath; in LoadLib()
85 int32 dotpos = aPath.get_size() - 1; in LoadLib()
88 if (aPath[dotpos] == '.') in LoadLib()
92 if (dotpos >= 0 && dotpos != (int32)(aPath.get_size() - 1)) in LoadLib()
95 OSCL_HeapString<OsclMemAllocator> path1(aPath.get_cstr(), dotpos); in LoadLib()
98 debugPath += (aPath.get_cstr() + dotpos); in LoadLib()
[all …]
Doscl_shared_library.h59 OSCL_IMPORT_REF OsclSharedLibrary(const OSCL_String& aPath);
72 OSCL_IMPORT_REF OsclLibStatus LoadLib(const OSCL_String& aPath);
87 OSCL_IMPORT_REF void SetLibPath(const OSCL_String& aPath);
153 OSCL_IMPORT_REF void Populate(const OSCL_String& aPath, const OsclUuid& aInterfaceId);
/external/opencore/engines/player/include/
Dpv_player_registry_interface.h60 virtual void PopulateAllRegistries(const OSCL_String& aPath) = 0;
65 virtual void PopulateNodeRegistry(const OSCL_String& aPath) = 0;
70 virtual void PopulateRecognizerRegistry(const OSCL_String& aPath) = 0;
77 virtual void DepopulateAllRegistries(const OSCL_String& aPath) = 0;
82 virtual void DepopulateNodeRegistry(const OSCL_String& aPath) = 0;
87 virtual void DepopulateRecognizerRegistry(const OSCL_String& aPath) = 0;
/external/opencore/pvmi/content_policy_manager/plugins/common/include/
Dpvmf_cpmplugin_contentmanagement_interface.h194 OSCL_wString& aPath) = 0;
210 OSCL_String& aPath) = 0;
223 OSCL_wString& aPath) = 0;
236 OSCL_String& aPath) = 0;
252 OSCL_wString& aPath,
270 OSCL_String& aPath,
312 OSCL_wString& aPath) = 0;
324 OSCL_String& aPath) = 0;
337 OSCL_wString& aPath,
351 OSCL_String& aPath,