Searched refs:GetErrorMessageForTests (Results 1 – 3 of 3) sorted by relevance
205 const char* BrokerFilePermission::GetErrorMessageForTests() { in GetErrorMessageForTests() function in sandbox::syscall_broker::BrokerFilePermission225 CHECK(path_.length() > 0) << GetErrorMessageForTests(); in BrokerFilePermission()227 CHECK(path_[0] == '/') << GetErrorMessageForTests(); in BrokerFilePermission()231 CHECK(allow_create) << GetErrorMessageForTests(); in BrokerFilePermission()236 CHECK(last_char == '/') << GetErrorMessageForTests(); in BrokerFilePermission()238 CHECK(last_char != '/') << GetErrorMessageForTests(); in BrokerFilePermission()
102 static const char* GetErrorMessageForTests();
29 return BrokerFilePermission::GetErrorMessageForTests(); in GetErrorMessage()