Searched refs:warn (Results 1 – 8 of 8) sorted by relevance
/system/core/toolbox/cp/ |
D | utils.c | 80 warn("utimes: %s", file); in set_utimes() 88 warn("lutimes: %s", file); in set_utimes() 121 warn("%s", entp->fts_path); in copy_file() 155 warn("stat: %s", to.p_path); in copy_file() 177 warn("%s", to.p_path); in copy_file() 190 warn("%s", to.p_path); in copy_file() 242 warn("%s", to.p_path); in copy_file() 253 warn("%s", entp->fts_path); in copy_file() 263 warn("%s", to.p_path); in copy_file() 272 warn("%s", entp->fts_path); in copy_file() [all …]
|
/system/extras/ext4_utils/ |
D | wipe.c | 46 warn("Discard failed\n"); in wipe_block_device() 49 warn("Wipe via secure discard failed, used discard instead\n"); in wipe_block_device()
|
D | ext4_utils.h | 59 #define warn(fmt, args...) do { fprintf(stderr, "warning: %s: " fmt "\n", __func__, ## args); } whi… macro
|
D | ext4_utils.c | 433 warn("Computed filesystem size less than 0"); in get_file_size()
|
/system/extras/fatblock/ |
D | utils.c | 33 void warn(char *msg) in warn() function
|
D | utils.h | 31 void warn(char *msg);
|
/system/core/sh/bltin/ |
D | bltin.h | 68 #define warn sh_warn macro
|
/system/core/toolbox/grep/ |
D | util.c | 215 warn("%s", fn); in procfile()
|