Searched refs:mFileSystem (Results 1 – 4 of 4) sorted by relevance
43 private final FileSystem mFileSystem; field in BazelExitCodeResultReporter56 this.mFileSystem = fs; in BazelExitCodeResultReporter()113 Path path = mFileSystem.getPath(mExitCodeFile); in writeExitCodeFile()
70 private final FileSystem mFileSystem; field in BazelXmlResultReporter81 this.mFileSystem = fs; in BazelXmlResultReporter()201 Path path = mFileSystem.getPath(mXmlFile); in createOutputStream()
46 private final FileSystem mFileSystem = Jimfs.newFileSystem(); field in BazelExitCodeResultReporterTest153 return mFileSystem.getPath("/tmp/test_exit_code.txt"); in createExitCodeFilePath()157 BazelExitCodeResultReporter reporter = new BazelExitCodeResultReporter(mFileSystem); in createReporter()
56 private final FileSystem mFileSystem = Jimfs.newFileSystem(); field in BazelXmlResultReporterTest195 return mFileSystem.getPath("/tmp/test.xml"); in createXmlFilePath()199 BazelXmlResultReporter reporter = new BazelXmlResultReporter(mFileSystem); in createReporter()