Home
last modified time | relevance | path

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

/system/core/adb/
Dadb_utils.cpp49 constexpr char kNullFileName[] = "NUL"; variable
51 constexpr char kNullFileName[] = "/dev/null"; variable
55 int fd = unix_open(kNullFileName, O_RDONLY); in close_stdin()
57 fatal_errno("failed to open %s", kNullFileName); in close_stdin()
61 fatal_errno("failed to redirect stdin to %s", kNullFileName); in close_stdin()