Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
DInstalldNativeService.cpp476 static std::string lgetfilecon(const std::string& path) { in lgetfilecon() function
478 if (::lgetfilecon(path.c_str(), &context) < 0) { in lgetfilecon()
541 if (before = lgetfilecon(path); before.empty()) { in restorecon_app_data_lazy()
549 if (after = lgetfilecon(path); after.empty()) { in restorecon_app_data_lazy()
3343 if (::lgetfilecon(pkgdir, &con) < 0) { in linkNativeLibraryDirectory()