Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_m/kernel/include/
Dpaths.h7 #define _PATH_BSHELL "/bin/sh" macro
/third_party/musl/porting/uniproton/kernel/include/
Dpaths.h7 #define _PATH_BSHELL "/bin/sh" macro
/third_party/musl/ndk_musl_include/
Dpaths.h7 #define _PATH_BSHELL "/bin/sh" macro
/third_party/musl/include/
Dpaths.h7 #define _PATH_BSHELL "/bin/sh" macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dpaths.h7 #define _PATH_BSHELL "/bin/sh" macro
/third_party/ltp/testcases/kernel/syscalls/access/
Daccess02.c175 SAFE_FILE_PRINTF(FNAME_X, "#!%s\n", _PATH_BSHELL); in setup()