Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
DInstalldNativeService.cpp3332 auto _pkgdir = create_data_user_ce_package_path(uuid_, userId, pkgname); in linkNativeLibraryDirectory() local
3333 auto _libsymlink = _pkgdir + PKG_LIB_POSTFIX; in linkNativeLibraryDirectory()
3335 const char* pkgdir = _pkgdir.c_str(); in linkNativeLibraryDirectory()
3339 return error("Failed to stat " + _pkgdir); in linkNativeLibraryDirectory()
3344 return error("Failed to lgetfilecon " + _pkgdir); in linkNativeLibraryDirectory()
3348 res = error("Failed to chown " + _pkgdir); in linkNativeLibraryDirectory()
3353 res = error("Failed to chmod " + _pkgdir); in linkNativeLibraryDirectory()
3389 auto msg = "Failed to cleanup chmod " + _pkgdir; in linkNativeLibraryDirectory()
3398 auto msg = "Failed to cleanup chown " + _pkgdir; in linkNativeLibraryDirectory()