Home
last modified time | relevance | path

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

/system/sepolicy/private/
Dsnapuserd.te24 # (see SetStdioToDevNull in init). When we fork() and execveat() snapuserd
/system/sepolicy/prebuilts/api/31.0/private/
Dsnapuserd.te24 # (see SetStdioToDevNull in init). When we fork() and execveat() snapuserd
/system/core/init/
Dutil.h100 void SetStdioToDevNull(char** argv);
Dfirst_stage_init.cpp259 SetStdioToDevNull(argv); in FirstStageMain()
Dselinux.cpp715 SetStdioToDevNull(argv); in SetupSelinux()
Dinit.cpp737 SetStdioToDevNull(argv); in SecondStageMain()
Dutil.cpp725 void SetStdioToDevNull(char** argv) { in SetStdioToDevNull() function