Searched refs:env_path (Results 1 – 3 of 3) sorted by relevance
148 if env_path = ENV[ 'RUBY_ANTLR_JAR' ]149 if File.file?( env_path ) then return File.expand_path( env_path ) end153 "ignoring environmental variable RUBY_ANTLR_JAR (=%p) " % env_path <<
24 static const fs::path env_path = LIBCXX_FILESYSTEM_STATIC_TEST_ROOT; in makePath() local25 return env_path / p; in makePath()203 static const char* env_path = LIBCXX_FILESYSTEM_DYNAMIC_TEST_ROOT; in random_env_path() local204 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()
9 def env_path(): function16 env_path_global = env_path()