Merge "Fix _PATH_DEFPATH to correspond to the actual default path."
This commit is contained in:
commit
ab12dc70f3
1 changed files with 2 additions and 7 deletions
|
@ -32,18 +32,13 @@
|
|||
#ifndef _PATHS_H_
|
||||
#define _PATHS_H_
|
||||
|
||||
/* Default search path. */
|
||||
#define _PATH_DEFPATH "/system/bin:/system/xbin"
|
||||
|
||||
#define _PATH_BSHELL "/system/bin/sh"
|
||||
#define _PATH_CONSOLE "/dev/console"
|
||||
#define _PATH_DEFPATH "/sbin:/vendor/bin:/system/sbin:/system/bin:/system/xbin"
|
||||
#define _PATH_DEV "/dev/"
|
||||
#define _PATH_DEVNULL "/dev/null"
|
||||
#define _PATH_KLOG "/proc/kmsg"
|
||||
|
||||
#define _PATH_MOUNTED "/proc/mounts"
|
||||
#define _PATH_TTY "/dev/tty"
|
||||
|
||||
/* Provide trailing slash, since mostly used for building pathnames. */
|
||||
#define _PATH_DEV "/dev/"
|
||||
|
||||
#endif /* !_PATHS_H_ */
|
||||
|
|
Loading…
Reference in a new issue