Home
last modified time | relevance | path

Searched refs:DEFAULT_PATH (Results 1 – 3 of 3) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DCLDRURLS.java12 public static final String DEFAULT_PATH = "/cldr-apps"; field in CLDRURLS
13 public static final String DEFAULT_BASE = "http://" + DEFAULT_HOST + DEFAULT_PATH;
/external/selinux/sandbox/
Dseunshare.c54 #define DEFAULT_PATH "/usr/bin:/bin" macro
823 rc |= setenv("PATH", DEFAULT_PATH, 1); in main()
/external/selinux/policycoreutils/newrole/
Dnewrole.c102 #define DEFAULT_PATH "/usr/bin:/bin" macro
525 rc |= setenv("PATH", DEFAULT_PATH, 1); in restore_environment()