Home
last modified time | relevance | path

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

/development/vndk/tools/definition-tool/tests/
Dndk_toolchain.py82 def check_path(path): function
91 success = check_path(self.gcc_toolchain_dir)
92 success &= check_path(ld_exeutable)
93 success &= check_path(self.clang_dir)
94 success &= check_path(self.ndk_include)
95 success &= check_path(self.ndk_lib)