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.cpp305 static int restorecon_app_data_lazy(const std::string& path, const std::string& seInfo, uid_t uid, in restorecon_app_data_lazy() function
350 static int restorecon_app_data_lazy(const std::string& parent, const char* name, in restorecon_app_data_lazy() function
352 return restorecon_app_data_lazy(StringPrintf("%s/%s", parent.c_str(), name), seInfo, uid, in restorecon_app_data_lazy()
441 if (restorecon_app_data_lazy(path, seInfo, uid, existing) || in createAppData()
442 restorecon_app_data_lazy(path, "cache", seInfo, uid, existing) || in createAppData()
443 restorecon_app_data_lazy(path, "code_cache", seInfo, uid, existing)) { in createAppData()
472 if (restorecon_app_data_lazy(path, seInfo, uid, existing) || in createAppData()
473 restorecon_app_data_lazy(path, "cache", seInfo, uid, existing) || in createAppData()
474 restorecon_app_data_lazy(path, "code_cache", seInfo, uid, existing)) { in createAppData()