Home
last modified time | relevance | path

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

/aosp_15_r20/external/ltp/testcases/kernel/syscalls/fchmodat/
H A Dfchmodat02.c34 static char *bad_path; variable
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/faccessat2/
H A Dfaccessat202.c38 static char *bad_path; variable
/aosp_15_r20/art/odrefresh/
H A Dodr_fs_utils_test.cc162 const std::string bad_path = scratch_dir.GetPath() + "/bad_path"; in TEST_F() local
/aosp_15_r20/external/minijail/
H A Dsystem_unittest.cc77 TEST(write_pid_to_path, bad_path) { in TEST() argument
/aosp_15_r20/external/libchrome/ipc/
H A Dipc_message_utils_unittest.cc78 base::FilePath bad_path; in TEST() local
/aosp_15_r20/external/cronet/ipc/
H A Dipc_message_utils_unittest.cc82 base::FilePath bad_path; in TEST() local
/aosp_15_r20/external/selinux/sandbox/
H A Dseunshare.c325 static int bad_path(const char *path) { in bad_path() function
/aosp_15_r20/tools/asuite/adevice/src/
H A Dfingerprint.rs1000 let bad_path = Path::new("/tmp/fake/non/existing/path"); in test_read_cache_file_no_file() localVariable
/aosp_15_r20/system/apex/apexd/
H A Dapexd_test.cpp4635 auto bad_path = GetDataDir() + "/missing.apex"; in TEST_F() local