Searched refs:restorecon_app_data_lazy (Results 1 – 1 of 1) sorted by relevance
/aosp12/frameworks/native/cmds/installd/ |
H A D | InstalldNativeService.cpp | 321 static int restorecon_app_data_lazy(const std::string& path, const std::string& seInfo, uid_t uid, in restorecon_app_data_lazy() function 366 static int restorecon_app_data_lazy(const std::string& parent, const char* name, in restorecon_app_data_lazy() function 368 return restorecon_app_data_lazy(StringPrintf("%s/%s", parent.c_str(), name), seInfo, uid, in restorecon_app_data_lazy() 461 if (restorecon_app_data_lazy(path, seInfo, uid, existing) || in createAppData() 462 restorecon_app_data_lazy(path, "cache", seInfo, uid, existing) || in createAppData() 463 restorecon_app_data_lazy(path, "code_cache", seInfo, uid, existing)) { in createAppData() 495 if (restorecon_app_data_lazy(path, seInfo, uid, existing) || in createAppData() 496 restorecon_app_data_lazy(path, "cache", seInfo, uid, existing) || in createAppData() 497 restorecon_app_data_lazy(path, "code_cache", seInfo, uid, existing)) { in createAppData()
|