Searched defs:fullPath (Results 1 – 2 of 2) sorted by relevance
75 PosixLibrary(const std::string &fullPath) : mModule(dlopen(fullPath.c_str(), RTLD_NOW)) in PosixLibrary()115 std::string fullPath = directory + libraryName + "." + GetSharedLibraryExtension(); in OpenSharedLibrary() local
114 char fullPath[kMaxPathLength]; in do_open() local