Searched refs:proj_dir (Results 1 – 3 of 3) sorted by relevance
17 proj_dir = os.path.normpath(os.path.join(test_dir, "..")) variable49 for dirpath, dirnames, filenames in os.walk(proj_dir):
15 proj_dir = os.path.normpath(os.path.join(test_dir, "..")) variable53 for dirpath, dirnames, filenames in os.walk(proj_dir):
26 set(proj_dir "${CMAKE_CURRENT_SOURCE_DIR}/../../${proj}") variable27 if(IS_DIRECTORY ${proj_dir} AND EXISTS ${proj_dir}/CMakeLists.txt)28 list(APPEND runtimes ${proj_dir})30 … message(FATAL_ERROR "LLVM_ENABLE_RUNTIMES requests ${proj} but directory not found: ${proj_dir}")