Home
last modified time | relevance | path

Searched defs:dot_dot (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/proc/
H A Dproc-subset-pid.c83 bool dot_dot = false; in main() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/filesystem/src/
Dpath.cpp714 static const fs::path dot_dot(L".."); in dot_dot_path() local
/aosp_15_r20/external/rust/android-crates-io/crates/syn/src/
Dexpr.rs2879 let dot_dot = lookahead.peek(Token![..]); in parse() localVariable
2896 let dot_dot = lookahead.peek(Token![..]); in parse_obsolete() localVariable
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-2.0.55/src/
H A Dexpr.rs2879 let dot_dot = lookahead.peek(Token![..]); in parse() localVariable
2896 let dot_dot = lookahead.peek(Token![..]); in parse_obsolete() localVariable