Home
last modified time | relevance | path

Searched refs:source_file_path (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Tools/peg_generator/pegen/
Dbuild.py56 source_file_path = pathlib.Path(generated_source_path)
57 extension_name = source_file_path.stem
95 extension_path = source_file_path.parent / cmd.get_ext_filename(extension_name)
/third_party/node/deps/v8/src/torque/
Dtorque-compiler.h58 std::string source_file_path; member
Dtorque-compiler.cc182 SourceId source_id = SourceFileMap::AddSource(unit.source_file_path); in CompileTorqueForKythe()
/third_party/skia/third_party/externals/angle2/scripts/
Dgenerate_entry_points.py2386 source_file_path = registry_xml.script_relative(
2388 with open(source_file_path, 'w') as f: