Searched refs:resolvedPath (Results 1 – 2 of 2) sorted by relevance
788 String resolvedPath = ""; in dumpOpenDescriptors() local790 resolvedPath = Os.readlink(fdSymLink); in dumpOpenDescriptors()792 resolvedPath = ex.getMessage(); in dumpOpenDescriptors()794 dumpInfo.add(fdSymLink + "\t" + resolvedPath); in dumpOpenDescriptors()
47 bool resolveLibrary(const std::string& path, std::string* resolvedPath) { in resolveLibrary() argument51 *resolvedPath = std::move(candidatePath); in resolveLibrary()