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.cpp321 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()
483 if (restorecon_app_data_lazy(path, seInfo, uid, existing) || in createAppData()
484 restorecon_app_data_lazy(path, "cache", seInfo, uid, existing) || in createAppData()
485 restorecon_app_data_lazy(path, "code_cache", seInfo, uid, existing)) { in createAppData()
517 if (restorecon_app_data_lazy(path, seInfo, uid, existing) || in createAppData()
518 restorecon_app_data_lazy(path, "cache", seInfo, uid, existing) || in createAppData()
519 restorecon_app_data_lazy(path, "code_cache", seInfo, uid, existing)) { in createAppData()