Home
last modified time | relevance | path

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

/system/core/init/
Dbuiltins.cpp106 class ErrorIgnoreEnoent { class
108 ErrorIgnoreEnoent() in ErrorIgnoreEnoent() function in android::init::ErrorIgnoreEnoent
111 explicit ErrorIgnoreEnoent(int errno_to_append) in ErrorIgnoreEnoent() function in android::init::ErrorIgnoreEnoent
125 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()