Searched refs:getVndkSpHwPath (Results 1 – 3 of 3) sorted by relevance
49 std::string getVndkSpHwPath(const char* lib = "lib64");51 std::string getVndkSpHwPath(const char* lib = "lib");
56 std::string getVndkSpHwPath(const char* lib) { in getVndkSpHwPath() function146 static std::string halLibPathVndkSp = getVndkSpHwPath(); in registerInstrumentationCallbacks()
362 static std::string halLibPathVndkSp = details::getVndkSpHwPath(); in openLibs()488 static std::string halLibPathVndkSp64 = details::getVndkSpHwPath("lib64"); in debugDump()489 static std::string halLibPathVndkSp32 = details::getVndkSpHwPath("lib"); in debugDump()