Searched refs:ErrorIgnoreEnoent (Results 1 – 1 of 1) sorted by relevance
106 class ErrorIgnoreEnoent { class108 ErrorIgnoreEnoent() in ErrorIgnoreEnoent() function in android::init::ErrorIgnoreEnoent111 explicit ErrorIgnoreEnoent(int errno_to_append) in ErrorIgnoreEnoent() function in android::init::ErrorIgnoreEnoent125 ErrorIgnoreEnoent& operator<<(T&& t) { in operator <<()135 inline ErrorIgnoreEnoent ErrnoErrorIgnoreEnoent() { in ErrnoErrorIgnoreEnoent()136 return ErrorIgnoreEnoent(errno); in ErrnoErrorIgnoreEnoent()762 return ErrorIgnoreEnoent() << "Could not start service: " << result.error(); in do_start()866 return ErrorIgnoreEnoent() in do_write()