HomeSort by relevance Sort by last modified time
    Searched full:environmentpath (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
InspectorClientGtk.cpp 185 const char* environmentPath = getenv("WEBKIT_INSPECTOR_PATH");
186 if (environmentPath && g_file_test(environmentPath, G_FILE_TEST_IS_DIR))
187 m_inspectorFilesPath.set(g_strdup(environmentPath));

Completed in 56 milliseconds