Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/faccessat2/
Dfaccessat202.c38 static char *bad_path; variable
/third_party/ninja/src/
Ddisk_interface_test.cc83 string bad_path("cc:\\foo"); in TEST_F() local
189 string bad_path("cc:\\foo"); in TEST_F() local
/third_party/rust/rust/src/tools/miri/tests/pass-dep/shims/
Dlibc-fs.rs147 let bad_path = CString::new("MIRI_MISSING_FILE_NAME").unwrap(); in test_readlink() localVariable