Home
last modified time | relevance | path

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

/system/core/adb/
Dadb_utils.cpp52 static constexpr char kNullFileName[] = "NUL"; variable
54 static constexpr char kNullFileName[] = "/dev/null"; variable
58 int fd = unix_open(kNullFileName, O_RDONLY); in close_stdin()
60 PLOG(FATAL) << "failed to open " << kNullFileName; in close_stdin()
64 PLOG(FATAL) << "failed to redirect stdin to " << kNullFileName; in close_stdin()