Home
last modified time | relevance | path

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

/aosp14/system/core/init/
H A Dbuiltins.cpp115 explicit ErrorIgnoreEnoent(int errno_to_append) in ErrorIgnoreEnoent() argument
116 : error_(errno_to_append), in ErrorIgnoreEnoent()
117 ignore_error_(errno_to_append == ENOENT && in ErrorIgnoreEnoent()