Searched refs:getenv (Results 1 – 9 of 9) sorted by relevance
31 return env->NewStringUTF(getenv(name.c_str())); in System_getEnvByName()
375 char* fdString = getenv("ANDROID_PROPERTY_WORKSPACE"); in ProcessManager_staticInitialize()
603 Map map = System.getenv(); in testEnvUnmodifiable()743 Map<String,String> envMap = System.getenv(); in test_getenv()762 System.getenv("PATH")); in test_getenvLString()765 System.getenv("nonexistent.property")); in test_getenvLString()768 System.getenv(null); in test_getenvLString()
477 Object [] valueSet = System.getenv().values().toArray(); in getEnv()478 Object [] keySet = System.getenv().keySet().toArray(); in getEnv()
42 String base = System.getenv("OUT"); in execDalvik1()49 if ("true".equals(System.getenv("TARGET_SIMULATOR"))) { in execDalvik1()
71 this.environment = new Hashtable<String, String>(System.getenv()); in ProcessBuilder()
238 public static String getenv(String name) { in getenv() method in System266 public static Map<String, String> getenv() { in getenv() method in System
45 System.getenv("ANDROID_ROOT") + "/usr/share/zoneinfo/";
154 String[] environment = { "FOO=foo", "PATH=" + System.getenv("PATH") }; in testEnvironment()