Home
last modified time | relevance | path

Searched defs:is_same_file (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/frameworks/native/libs/gui/tests/
H A DBufferReleaseChannel_test.cpp31 bool is_same_file(int fd1, int fd2) { in is_same_file() function
/aosp_15_r20/external/rust/android-crates-io/crates/same-file/src/
Dlib.rs370 pub fn is_same_file<P, Q>(path1: P, path2: Q) -> io::Result<bool> in is_same_file() function