Searched refs:PathJoin (Results 1 – 2 of 2) sorted by relevance
/external/v8/tools/mb/ |
D | mb.py | 345 self.PathJoin('tools', 'swarming_client', 'isolate.py'), 358 self.PathJoin('tools', 'swarming_client', 'swarming.py'), 372 self.PathJoin('tools', 'swarming_client', 'isolate.py'), 491 toolchain_path = self.PathJoin(self.ToAbsPath(build_dir), 504 gn_args_path = self.PathJoin(self.ToAbsPath(build_dir), 'args.gn') 536 path = self.PathJoin(self.chromium_src_dir, 'ios', 'build', 'bots', 776 self.PathJoin('tools', 'swarming_client', 'isolate.py'), 844 gn_path = self.PathJoin(self.chromium_src_dir, 'buildtools', subdir, exe) 881 return self.PathJoin(self.chromium_src_dir, 1162 def PathJoin(self, *comps): member in MetaBuildWrapper
|
D | mb_unittest.py | 56 def PathJoin(self, *comps): member in FakeMBW
|