Home
last modified time | relevance | path

Searched refs:_PATH_DEFPATH (Results 1 – 6 of 6) sorted by relevance

/aosp12/bionic/libc/include/
H A Dpaths.h50 #define _PATH_DEFPATH "/product/bin:/apex/com.android.runtime/bin:/apex/com.android.art/bin:/system… macro
/aosp12/system/extras/su/
H A Dsu.cpp121 setenv("PATH", _PATH_DEFPATH, 1); in main()
/aosp12/bionic/libc/bionic/
H A Dexec.cpp134 if (path == nullptr) path = _PATH_DEFPATH; in execvpe()
/aosp12/system/core/run-as/
H A Drun-as.cpp260 setenv("PATH", _PATH_DEFPATH, 1); in main()
/aosp12/system/core/init/
H A Dinit.cpp757 if (setenv("PATH", _PATH_DEFPATH, 1) != 0) { in SecondStageMain()
758 PLOG(FATAL) << "Could not set $PATH to '" << _PATH_DEFPATH << "' in second stage"; in SecondStageMain()
H A Dfirst_stage_init.cpp198 CHECKCALL(setenv("PATH", _PATH_DEFPATH, 1)); in FirstStageMain()