Lines Matching refs:format
27 raise Exception("file '{}' doesn't exist.".format(subninja_build_file))
30 raise Exception("read file '{}' failed.".format(subninja_build_file))
59 start_index = len('{}/obj/'.format(toolchain_name))
64 _label_path = '{}$:{}'.format(_path, label_name)
72 "file '{}' doesn't exist.".format(toolchain_ninja_file))
75 raise Exception("read file '{}' failed.".format(toolchain_ninja_file))
100 "file '{}' doesn't exist.".format(variants_toolchain_info_file))
104 "read file '{}' failed.".format(variants_toolchain_info_file))
111 raise Exception("file '{}' doesn't exist.".format(build_ninja_file))
114 raise Exception("read file '{}' failed.".format(build_ninja_file))
125 targets_list.append('build {}/{}: phony {}'.format(
131 targets_list.append('build {}/{}: phony {}'.format(
134 '{}_build.ninja'.format(platform))
135 write_file(build_file, '{}\n\n'.format('\n'.join(targets_list)))
144 "file '{}' doesn't exist.".format(ninja_build_file))
152 include_info = 'subninja {}'.format(
156 _file.write('{}\n'.format(include_info))