Home
last modified time | relevance | path

Searched defs:seclabel (Results 1 – 3 of 3) sorted by relevance

/system/core/init/
Dservice_test.cpp104 static void Test_make_temporary_oneshot_service(bool dash_dash, bool seclabel, bool uid, bool gid, in Test_make_temporary_oneshot_service()
Dservice.cpp141 const std::string& seclabel, Subcontext* subcontext_for_restart_commands, in Service()
755 std::string seclabel = ""; in MakeTemporaryOneshotService() local
Dservice.h116 const std::string& seclabel() const { return seclabel_; } in seclabel() function