Searched defs:sourceFd (Results 1 – 5 of 5) sorted by relevance
48 const int sourceFd = open(sourcePath, O_RDONLY); in SetUp() local
68 const int sourceFd = open(sourcePath, O_RDONLY); in initSampleReader() local
135 int sourceFd = open(sourcePath, O_RDONLY); in init() local556 int sourceFd = open(destinationPath, O_RDONLY); in TEST_F() local
87 SampleAccessTester(int sourceFd, size_t fileSize) { in SampleAccessTester()
56 NativeCommandBuffer(int sourceFd): mEnd(0), mNext(0), mLinesLeft(0), mFd(sourceFd) {} in NativeCommandBuffer()