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

/frameworks/native/cmds/installd/
H A DInstalldNativeService.cpp240 static int restorecon_app_data_lazy(const std::string& path, const std::string& seInfo, uid_t uid, function in namespace:android::installd
285 static int restorecon_app_data_lazy(const std::string& parent, const char* name, function in namespace:android::installd
287 return restorecon_app_data_lazy(StringPrintf("%s/%s", parent.c_str(), name), seInfo, uid,
373 if (restorecon_app_data_lazy(path, seInfo, uid, existing) ||
374 restorecon_app_data_lazy(path, "cache", seInfo, uid, existing) ||
375 restorecon_app_data_lazy(path, "code_cache", seInfo, uid, existing)) {
404 if (restorecon_app_data_lazy(path, seInfo, uid, existing) ||
405 restorecon_app_data_lazy(path, "cache", seInfo, uid, existing) ||
406 restorecon_app_data_lazy(path, "code_cache", seInfo, uid, existing)) {

Completed in 418 milliseconds