Home
last modified time | relevance | path

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

/external/antlr/antlr-3.4/runtime/Ruby/lib/
Dantlr3.rb148 if env_path = ENV[ 'RUBY_ANTLR_JAR' ]
149 if File.file?( env_path ) then return File.expand_path( env_path ) end
153 "ignoring environmental variable RUBY_ANTLR_JAR (=%p) " % env_path <<
/external/libcxx/test/support/
Dfilesystem_test_helper.hpp24 static const fs::path env_path = LIBCXX_FILESYSTEM_STATIC_TEST_ROOT; in makePath() local
25 return env_path / p; in makePath()
203 static const char* env_path = LIBCXX_FILESYSTEM_DYNAMIC_TEST_ROOT; in random_env_path() local
204 fs::path p = fs::path(env_path) / unique_path_suffix(); in random_env_path()
205 assert(p.parent_path() == env_path); in random_env_path()
Dfilesystem_dynamic_test_helper.py9 def env_path(): function
16 env_path_global = env_path()