Searched refs:source_file_path (Results 1 – 4 of 4) sorted by relevance
56 source_file_path = pathlib.Path(generated_source_path)57 extension_name = source_file_path.stem95 extension_path = source_file_path.parent / cmd.get_ext_filename(extension_name)
58 std::string source_file_path; member
182 SourceId source_id = SourceFileMap::AddSource(unit.source_file_path); in CompileTorqueForKythe()
2386 source_file_path = registry_xml.script_relative(2388 with open(source_file_path, 'w') as f: