Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Virtualization/android/virtmgr/fsfdt/src/
Dlib.rs27 fn from_fs(fs_path: &Path, fdt_buffer: &'a mut [u8]) -> Result<&'a mut Self>; in from_fs() method
34 fn from_fs(fs_path: &Path, fdt_buffer: &'a mut [u8]) -> Result<&'a mut Fdt> { in from_fs() method
/aosp_15_r20/packages/modules/Virtualization/tests/libs/libdts/src/
Dlib.rs32 pub fn from_fs(path: &Path) -> Result<Self> { in from_fs() method
/aosp_15_r20/external/libaom/av1/encoder/
H A Doptical_flow.c646 const int from_fs = from_frame->y_stride, to_fs = to_frame->y_stride; in get_frame_gradients() local