Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/
Dformat.py118 local_cwd = os.path.dirname(source_path)
126 data_files = [os.path.join(local_cwd, f)
127 for f in os.listdir(local_cwd) if f.endswith('.dat')]
129 local_cwd, data_files, env)
Dexecutor.py9 def run(self, exe_path, cmd, local_cwd, file_deps=None, env=None): argument