Searched refs:ToAbsPath (Results 1 – 2 of 2) sorted by relevance
/external/v8/tools/mb/ |
D | mb.py | 438 if not self.Exists(self.ToAbsPath(config)): 491 toolchain_path = self.PathJoin(self.ToAbsPath(build_dir), 504 gn_args_path = self.PathJoin(self.ToAbsPath(build_dir), 'args.gn') 522 if not self.Exists(self.ToAbsPath(config)): 671 self.MaybeMakeDirectory(self.ToAbsPath(build_dir)) 673 gn_args_path = self.ToAbsPath(build_dir, 'args.gn') 694 gn_runtime_deps_path = self.ToAbsPath(build_dir, 'runtime_deps') 740 runtime_deps_path = self.ToAbsPath(build_dir, r) 787 isolate_path = self.ToAbsPath(build_dir, target + '.isolate') 880 def ToAbsPath(self, build_path, *comps): member in MetaBuildWrapper
|
D | mb_unittest.py | 184 mbw.ToAbsPath('//testing/buildbot/gn_isolate_map.pyl'), 193 mbw.ToAbsPath('//build/args/bots/fake_master/fake_args_bot.gn'),
|