Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
DInstalldNativeService.cpp313 static int restorecon_app_data_lazy(const std::string& path, const std::string& seInfo, uid_t uid, in restorecon_app_data_lazy() function
358 static int restorecon_app_data_lazy(const std::string& parent, const char* name, in restorecon_app_data_lazy() function
360 return restorecon_app_data_lazy(StringPrintf("%s/%s", parent.c_str(), name), seInfo, uid, in restorecon_app_data_lazy()
476 if (restorecon_app_data_lazy(path, seInfo, uid, existing) || in createAppData()
477 restorecon_app_data_lazy(path, "cache", seInfo, uid, existing) || in createAppData()
478 restorecon_app_data_lazy(path, "code_cache", seInfo, uid, existing)) { in createAppData()
507 if (restorecon_app_data_lazy(path, seInfo, uid, existing) || in createAppData()
508 restorecon_app_data_lazy(path, "cache", seInfo, uid, existing) || in createAppData()
509 restorecon_app_data_lazy(path, "code_cache", seInfo, uid, existing)) { in createAppData()