Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.JsonDump/
DProgram.cs64 using (var input = File.OpenRead(args[1])) in Main()
/external/protobuf/csharp/src/AddressBook/
DListPeople.cs91 using (Stream stream = File.OpenRead(args[0])) in Main()
DAddPerson.cs110 using (Stream file = File.OpenRead(args[0])) in Main()
/external/tensorflow/tensorflow/contrib/ignite/kernels/igfs/
Digfs_client.h53 Status OpenRead(CtrlResponse<OpenReadResponse> *res, const string &path) { in OpenRead() function
Digfs.cc86 TF_RETURN_IF_ERROR(client->OpenRead(&open_read_response, path)); in NewRandomAccessFile()
/external/libbrillo/brillo/streams/
Dfile_stream_unittest.cc708 TEST_F(FileStreamTest, OpenRead) { in TEST_F() argument