Home
last modified time | relevance | path

Searched defs:fullPath (Results 1 – 2 of 2) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/common/
Dsystem_utils_posix.cpp75 PosixLibrary(const std::string &fullPath) : mModule(dlopen(fullPath.c_str(), RTLD_NOW)) in PosixLibrary()
115 std::string fullPath = directory + libraryName + "." + GetSharedLibraryExtension(); in OpenSharedLibrary() local
/device/generic/vulkan-cereal/base/
DSharedLibrary.cpp114 char fullPath[kMaxPathLength]; in do_open() local