Searched refs:_PATH_DEFPATH (Results 1 – 6 of 6) sorted by relevance
50 #define _PATH_DEFPATH "/product/bin:/apex/com.android.runtime/bin:/apex/com.android.art/bin:/system… macro
121 setenv("PATH", _PATH_DEFPATH, 1); in main()
134 if (path == nullptr) path = _PATH_DEFPATH; in execvpe()
260 setenv("PATH", _PATH_DEFPATH, 1); in main()
757 if (setenv("PATH", _PATH_DEFPATH, 1) != 0) { in SecondStageMain()758 PLOG(FATAL) << "Could not set $PATH to '" << _PATH_DEFPATH << "' in second stage"; in SecondStageMain()
198 CHECKCALL(setenv("PATH", _PATH_DEFPATH, 1)); in FirstStageMain()