Home
last modified time | relevance | path

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

/external/libchrome/sandbox/linux/syscall_broker/
Dbroker_file_permission.cc205 const char* BrokerFilePermission::GetErrorMessageForTests() { in GetErrorMessageForTests() function in sandbox::syscall_broker::BrokerFilePermission
225 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()
Dbroker_file_permission.h102 static const char* GetErrorMessageForTests();
Dbroker_file_permission_unittest.cc29 return BrokerFilePermission::GetErrorMessageForTests(); in GetErrorMessage()