Home
last modified time | relevance | path

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

/system/utest/fs/
A Dtest-realpath.cpp23 static bool terminator(char c) { return c == 0 || c == '/'; } in terminator() function
32 } else if (path[0] == '.' && terminator(path[1])) { in is_resolved()
36 } else if (path[0] == '.' && path[1] == '.' && terminator(path[2])) { in is_resolved()
/system/fidl/fuchsia-hardware-ethernet/
A Dethernet.fidl52 // null-terminator.

Completed in 2 milliseconds