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

  /external/chromium_org/native_client_sdk/src/tools/tests/
create_nmf_test.py 136 def _CreateStatic(self, arch_path=None, **kwargs):
140 arch_path: A dictionary mapping architecture to the directory to generate
150 arch_path = arch_path or {}
155 dst_nexe = os.path.join(self.tempdir, arch_path.get(arch, ''), nexe_name)
167 def _CreateDynamicAndStageDeps(self, arch_path=None, **kwargs):
172 arch_path: A dictionary mapping architecture to the directory to generate
182 arch_path = arch_path or {}
186 rel_nexe = os.path.join(arch_path.get(arch, ''), nexe_name
    [all...]
  /bionic/libc/tools/
gensyscalls.py 482 arch_path = bionic_libc_root + "arch-" + arch
483 D("scanning " + arch_path)
484 files = glob.glob(arch_path + "/syscalls/*.S")

Completed in 240 milliseconds