Home
last modified time | relevance | path

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

/system/libhidl/transport/
DServiceManagement.cpp422 const std::string fullPath = path + lib; in openLibs() local
425 handle = dlopen(fullPath.c_str(), dlMode); in openLibs()
428 handle = android_load_sphal_library(fullPath.c_str(), dlMode); in openLibs()
/system/incremental_delivery/incfs/
Dincfs.cpp281 auto fullPath = StringPrintf("%s/%s", path, entry->d_name); in rmDirContent() local
283 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()