Searched refs:restorecon_app_data_lazy (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/
H A DInstalldNativeService.cpp296 static int restorecon_app_data_lazy(const std::string& path, const std::string& seInfo, uid_t uid, function in namespace:android::installd
341 static int restorecon_app_data_lazy(const std::string& parent, const char* name, function in namespace:android::installd
343 return restorecon_app_data_lazy(StringPrintf("%s/%s", parent.c_str(), name), seInfo, uid,
481 if (restorecon_app_data_lazy(path, seInfo, uid, existing) ||
482 restorecon_app_data_lazy(path, "cache", seInfo, uid, existing) ||
483 restorecon_app_data_lazy(path, "code_cache", seInfo, uid, existing)) {
512 if (restorecon_app_data_lazy(path, seInfo, uid, existing) ||
513 restorecon_app_data_lazy(path, "cache", seInfo, uid, existing) ||
514 restorecon_app_data_lazy(path, "code_cache", seInfo, uid, existing)) {

Completed in 39 milliseconds