HomeSort by relevance Sort by last modified time
    Searched refs:support_path (Results 1 - 4 of 4) sorted by null

  /prebuilts/sdk/
update_current.py 11 support_path = os.path.join(current_path, 'support') variable
116 output_dir = os.path.join(cwd, support_path)
  /external/libcxx/utils/libcxx/test/
config.py 419 support_path = os.path.join(self.libcxx_src_root, 'test/support')
420 self.cxx.compile_flags += ['-I' + support_path]
488 support_path = os.path.join(self.libcxx_src_root, 'test', 'support')
492 '-include', os.path.join(support_path, 'nasty_macros.hpp')]
495 '-include', os.path.join(support_path,
501 '-include', os.path.join(support_path,
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/libcxx/test/
config.py 298 support_path = os.path.join(self.libcxx_src_root, 'test/support')
299 self.cxx.compile_flags += ['-I' + support_path]
347 support_path = os.path.join(self.libcxx_src_root, 'test/support')
348 self.cxx.compile_flags += ['-include', os.path.join(support_path, 'nasty_macros.hpp')]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/
config.py 391 support_path = os.path.join(self.libcxx_src_root, 'test/support')
392 self.cxx.compile_flags += ['-I' + support_path]
    [all...]

Completed in 192 milliseconds