Home
last modified time | relevance | path

Searched defs:line_list (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/toybox/toys/posix/
H A Dtail.c43 struct line_list { struct
44 struct line_list *next, *prev; argument
49 static struct line_list *read_chunk(int fd, int len) in read_chunk() argument
/aosp_15_r20/external/google-breakpad/src/common/windows/
H A Dpdb_source_line_writer.cc589 Lines line_list; in PrintFunction() local
801 Lines* line_list, in GetInlines()
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/pipeline/graphics/
Dbuilder.rs4032 pub fn line_list(self) -> Self { in line_list() method