Searched refs:kNullFile (Results 1 - 3 of 3) sorted by relevance

/external/qemu/android/base/files/
H A DScopedStdioFile_unittest.cpp21 static const char kNullFile[] = "NUL"; member in namespace:android::base
23 static const char kNullFile[] = "/dev/null";
32 ScopedStdioFile f(fopen(kNullFile, "rb"));
38 ScopedStdioFile f(fopen(kNullFile, "rb"));
47 ScopedStdioFile f(fopen(kNullFile, "rb"));
55 ScopedStdioFile f2(fopen(kNullFile, "rb"));
H A DScopedFd_unittest.cpp26 static const char kNullFile[] = "NUL"; member in namespace:android::base::__anon29051
28 static const char kNullFile[] = "/dev/null";
32 return ::open(kNullFile, O_RDONLY);
H A DScopedHandle_unittest.cpp22 static const char kNullFile[] = "NUL"; member in namespace:android::base::__anon29052
25 return ::CreateFile(kNullFile,

Completed in 1207 milliseconds