Searched refs:out_path (Results 1 – 1 of 1) sorted by relevance
31 std::string out_path; in GetTestlibRoot() local32 if (!android::base::Realpath(path.c_str(), &out_path)) { in GetTestlibRoot()37 out_path += "/bionic-loader-test-libs"; in GetTestlibRoot()40 if (!android::base::Realpath(out_path, &real_path)) { in GetTestlibRoot()41 printf("\"%s\": does not exists\n", out_path.c_str()); in GetTestlibRoot()