Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/
Dformat.py35 source_path = testSuite.getSourcePath(path_in_suite)
36 for filename in os.listdir(source_path):
41 filepath = os.path.join(source_path, filename)
102 source_path = test.getSourcePath()
110 source_path, out=exec_path, object_file=object_path,
118 local_cwd = os.path.dirname(source_path)
143 source_path = test.getSourcePath()
144 with open(source_path, 'r') as f:
154 cmd, out, err, rc = self.cxx.compile(source_path, out=os.devnull,
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/android/test/
Dformat.py57 def _build(self, exec_path, source_path, compile_only=False, argument
61 self, exec_path, source_path, compile_only, use_verify)
73 src_dir = os.path.dirname(source_path)