Home
last modified time | relevance | path

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

/tools/asuite/atest/bazel/reporter/src/com/android/tradefed/result/
DBazelExitCodeResultReporter.java43 private final FileSystem mFileSystem; field in BazelExitCodeResultReporter
56 this.mFileSystem = fs; in BazelExitCodeResultReporter()
113 Path path = mFileSystem.getPath(mExitCodeFile); in writeExitCodeFile()
DBazelXmlResultReporter.java70 private final FileSystem mFileSystem; field in BazelXmlResultReporter
81 this.mFileSystem = fs; in BazelXmlResultReporter()
201 Path path = mFileSystem.getPath(mXmlFile); in createOutputStream()
/tools/asuite/atest/bazel/reporter/javatests/com/android/tradefed/result/
DBazelExitCodeResultReporterTest.java46 private final FileSystem mFileSystem = Jimfs.newFileSystem(); field in BazelExitCodeResultReporterTest
153 return mFileSystem.getPath("/tmp/test_exit_code.txt"); in createExitCodeFilePath()
157 BazelExitCodeResultReporter reporter = new BazelExitCodeResultReporter(mFileSystem); in createReporter()
DBazelXmlResultReporterTest.java56 private final FileSystem mFileSystem = Jimfs.newFileSystem(); field in BazelXmlResultReporterTest
195 return mFileSystem.getPath("/tmp/test.xml"); in createXmlFilePath()
199 BazelXmlResultReporter reporter = new BazelXmlResultReporter(mFileSystem); in createReporter()