Searched refs:source_path (Results 1 – 5 of 5) sorted by relevance
34 std::optional<std::string> source_path; member81 &options_.source_path); in CompileCommand()
128 options.source_path ? StringPiece(options.source_path.value()) : StringPiece(path); in ExtractResourcePathData()781 options_.source_path && args.size() > 1) { in Action()
29 def run_and_compare(args, output_path, source_path): argument34 return filecmp.cmp(output_path, source_path, shallow=False)
48 string source_path = 4; field
614 out_file->source.path = pb_file.source_path(); in DeserializeCompiledFileFromPb()