Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/controllers/libcontrollers/
Dlibcontrollers.c63 error_function("Can not read stat for file ", fullpath); in scan_shares_files()
90 error_function("Can't open ", fullpath); in scan_shares_files()
116 error_function("Could not close dir ", fullpath); in scan_shares_files()
148 error_function("Could not open file", filepath); in read_file()
156 error_function("Could not close file", filepath); in read_file()
162 error_function("Wrong action type passed to fun read_file for ", in read_file()
174 static inline void error_function(char *msg1, char *msg2) in error_function() function
191 error_function("Could not open file", filepath); in read_shares_file()
196 error_function("Could not close file", filepath); in read_shares_file()
211 error_function("in opening file for writing:", file); in write_to_file()
Dlibcontrollers.h59 static inline void error_function(char *msg1, char *msg2);
/external/webp/imageio/
Dpngdec.c37 static void PNGAPI error_function(png_structp png, png_const_charp error) { in error_function() function
255 png_set_error_fn(png, 0, error_function, NULL); in ReadPNG()
/external/tensorflow/tensorflow/python/distribute/coordinator/
Dfault_tolerance_test.py254 def error_function(): function
273 self.cluster_coord.schedule(error_function)