Home | History | Annotate | Download | only in mb

Lines Matching full:readfile

234         contents = self.ReadFile(path)
528 mb_type = self.ReadFile(mb_type_path).strip()
542 args_contents = self.ReadFile(gn_args_path)
593 contents = json.loads(self.ReadFile(path))
615 contents = ast.literal_eval(self.ReadFile(self.args.config_file))
713 old_mb_type = self.ReadFile(mb_type_path)
757 contents = self.ReadFile(path)
759 gn_isolate_map = ast.literal_eval(self.ReadFile(self.PathJoin(
833 runtime_deps = self.ReadFile(runtime_deps_path).splitlines()
841 gn_isolate_map = ast.literal_eval(self.ReadFile(self.PathJoin(
967 outp = json.loads(self.ReadFile(self.args.output_path[0]))
1274 outp = json.loads(self.ReadFile(output_path))
1289 inp = json.loads(self.ReadFile(path))
1435 def ReadFile(self, path):