Searched refs:error_function (Results 1 – 9 of 9) sorted by relevance
/external/ltp/testcases/kernel/controllers/libcontrollers/ |
D | libcontrollers.c | 54 error_function("Can not read stat for file ", fullpath); in scan_shares_files() 81 error_function("Can't open ", fullpath); in scan_shares_files() 107 error_function("Could not close dir ", fullpath); in scan_shares_files() 136 error_function("Could not open file", filepath); in read_file() 143 error_function("Could not close file", filepath); in read_file() 149 error_function("Wrong action type passed to fun read_file for ", in read_file() 161 static inline void error_function(char *msg1, char *msg2) in error_function() function 178 error_function("Could not open file", filepath); in read_shares_file() 183 error_function("Could not close file", filepath); in read_shares_file() 198 error_function("in opening file for writing:", file); in write_to_file()
|
D | libcontrollers.h | 75 static inline void error_function(char *msg1, char *msg2);
|
/external/v8/src/builtins/ |
D | builtins-error.cc | 107 return MakeGenericError(isolate, args, isolate->error_function()); in BUILTIN()
|
/external/v8/src/ |
D | contexts.h | 96 V(ERROR_FUNCTION_INDEX, JSFunction, error_function) \
|
D | value-serializer.cc | 834 isolate_->error_function(), MessageTemplate::kDataCloneError, object)); in WriteHostObject() 895 *isolate_->factory()->NewError(isolate_->error_function(), message)); in ThrowDataCloneError()
|
D | messages.cc | 930 Handle<JSFunction> global_error = isolate->error_function(); in FormatStackTrace()
|
D | bootstrapper.cc | 1141 Handle<JSFunction> global_error = isolate->error_function(); in InstallError() 4423 Handle<JSObject> Error = isolate->error_function(); in InstallSpecialObjects()
|
D | isolate.cc | 425 Handle<JSObject> error = isolate->error_function(); in GetStackTraceLimit()
|
D | api.cc | 3129 isolate->error_function(), i::MessageTemplate::kDataCloneError, in WriteHostObject() 3138 isolate->error_function(), i::MessageTemplate::kDataCloneError, in GetSharedArrayBufferId() 3226 isolate->error_function(), in ReadHostObject()
|