Searched refs:fs_path_to_proto_path (Results 1 – 2 of 2) sorted by relevance
5 pub(crate) fn fs_path_to_proto_path(path: &ProtoPath) -> String { in fs_path_to_proto_path() function14 use crate::path::fs_path_to_proto_path;21 fs_path_to_proto_path(ProtoPath::new("foo.proto").unwrap()) in test_fs_path_to_proto_path()25 fs_path_to_proto_path(ProtoPath::new("bar/foo.proto").unwrap()) in test_fs_path_to_proto_path()
17 use crate::path::fs_path_to_proto_path;618 output.set_name(fs_path_to_proto_path(name)); in file_descriptor()