Searched refs:fullPath (Results 1 – 2 of 2) sorted by relevance
422 const std::string fullPath = path + lib; in openLibs() local425 handle = dlopen(fullPath.c_str(), dlMode); in openLibs()428 handle = android_load_sphal_library(fullPath.c_str(), dlMode); in openLibs()
281 auto fullPath = StringPrintf("%s/%s", path, entry->d_name); in rmDirContent() local283 if (const auto err = rmDirContent(fullPath.c_str()); err != 0) { in rmDirContent()286 if (const auto err = ::rmdir(fullPath.c_str()); err != 0) { in rmDirContent()290 if (const auto err = ::unlink(fullPath.c_str()); err != 0) { in rmDirContent()