Home
last modified time | relevance | path

Searched refs:kNotAbsPath (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/sandbox/linux/syscall_broker/
Dbroker_process_unittest.cc246 const char kNotAbsPath[] = "proc/cpuinfo"; in TestBadPaths() local
266 can_access = open_broker->Access(kNotAbsPath, R_OK); in TestBadPaths()
268 fd = open_broker->Open(kNotAbsPath, O_RDONLY); in TestBadPaths()