HomeSort by relevance Sort by last modified time
    Searched refs:GetErrorMessageForTests (Results 1 - 3 of 3) sorted by null

  /external/libchrome/sandbox/linux/syscall_broker/
broker_file_permission.cc 205 const char* BrokerFilePermission::GetErrorMessageForTests() {
225 CHECK(path_.length() > 0) << GetErrorMessageForTests();
227 CHECK(path_[0] == '/') << GetErrorMessageForTests();
231 CHECK(allow_create) << GetErrorMessageForTests();
236 CHECK(last_char == '/') << GetErrorMessageForTests();
238 CHECK(last_char != '/') << GetErrorMessageForTests();
broker_file_permission.h 102 static const char* GetErrorMessageForTests();
broker_file_permission_unittest.cc 29 return BrokerFilePermission::GetErrorMessageForTests();

Completed in 85 milliseconds