HomeSort by relevance Sort by last modified time
    Searched refs:envPath (Results 1 - 2 of 2) sorted by null

  /sdk/find_java/
find_java_lib.cpp 108 const char* envPath = getenv("JAVA_HOME");
109 if (envPath != NULL) {
110 CPath p(envPath);
125 envPath = getenv("PATH");
126 if (!envPath) return currVersion;
131 CArray<CString> *paths = CString(envPath).split(';');
  /external/webkit/Source/WebCore/platform/network/curl/
ResourceHandleManager.cpp 80 char* envPath = getenv("CURL_CA_BUNDLE_PATH");
81 if (envPath)
82 return envPath;

Completed in 351 milliseconds