Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
DInstalldNativeService.cpp2349 auto _pkgdir = create_data_user_ce_package_path(uuid_, userId, pkgname); in linkNativeLibraryDirectory() local
2350 auto _libsymlink = _pkgdir + PKG_LIB_POSTFIX; in linkNativeLibraryDirectory()
2352 const char* pkgdir = _pkgdir.c_str(); in linkNativeLibraryDirectory()
2356 return error("Failed to stat " + _pkgdir); in linkNativeLibraryDirectory()
2361 return error("Failed to lgetfilecon " + _pkgdir); in linkNativeLibraryDirectory()
2365 res = error("Failed to chown " + _pkgdir); in linkNativeLibraryDirectory()
2370 res = error("Failed to chmod " + _pkgdir); in linkNativeLibraryDirectory()
2406 auto msg = "Failed to cleanup chmod " + _pkgdir; in linkNativeLibraryDirectory()
2415 auto msg = "Failed to cleanup chown " + _pkgdir; in linkNativeLibraryDirectory()