Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/automotive/can/1.0/default/
H A DCanController.cpp39 static const std::error_code enoent(ENOENT, std::generic_category());
188 if (fsStatus == fsErrors::enoent) continue; in findUsbDevice()
/aosp12/system/logging/liblog/tests/
H A Dliblog_test.cpp1562 TEST(liblog, enoent) { in TEST() argument