Home
last modified time | relevance | path

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

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