Home
last modified time | relevance | path

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

/aosp12/system/core/init/
H A Dbuiltins.cpp107 class ErrorIgnoreEnoent { class
109 ErrorIgnoreEnoent() in ErrorIgnoreEnoent() function in android::init::ErrorIgnoreEnoent
112 explicit ErrorIgnoreEnoent(int errno_to_append) in ErrorIgnoreEnoent() function in android::init::ErrorIgnoreEnoent
126 ErrorIgnoreEnoent& operator<<(T&& t) { in operator <<()
136 inline ErrorIgnoreEnoent ErrnoErrorIgnoreEnoent() { in ErrnoErrorIgnoreEnoent()
137 return ErrorIgnoreEnoent(errno); in ErrnoErrorIgnoreEnoent()
799 return ErrorIgnoreEnoent() << "Could not start service: " << result.error(); in do_start()
908 return ErrorIgnoreEnoent() in do_write()