Home
last modified time | relevance | path

Searched refs:absolutePath (Results 1 – 12 of 12) sorted by relevance

/platform_testing/libraries/flicker/utils/test/src/android/tools/utils/
DTestArtifact.kt25 override val absolutePath = "IN_MEMORY/$artifactIdentifier" constant
27 override val fileName = absolutePath
48 if (absolutePath != other.absolutePath) return false in equals()
54 return absolutePath.hashCode() in hashCode()
DParsedTracesReader.kt48 get() = artifact.absolutePath
/platform_testing/libraries/flicker/utils/src/android/tools/traces/io/
DFileArtifact.kt53 override val absolutePath: String constant
54 get() = file.absolutePath
94 if (absolutePath != other.absolutePath) return false in toString()
100 return absolutePath.hashCode() in hashCode()
146 directory?.listFiles()?.filterNot { it.isDirectory }?.map { it.absolutePath } in withZipFile()
157 append(directory?.absolutePath) in withZipFile()
DArtifactBuilder.kt92 outputDir.listFiles()?.filterNot { it.isDirectory }?.map { it.absolutePath } in <lambda>()
DResultReader.kt61 get() = result.artifact.absolutePath in <lambda>()
/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/report/
DScubaExportStrategy.kt78 report.putString(bundleKeyPrefix + OutputFileType.IMAGE_ACTUAL, it.absolutePath) in reportResult()
83 report.putString(bundleKeyPrefix + OutputFileType.IMAGE_DIFF, it.absolutePath) in reportResult()
89 report.putString(bundleKeyPrefix + OutputFileType.IMAGE_EXPECTED, it.absolutePath) in reportResult()
97 report.putString(bundleKeyPrefix + OutputFileType.RESULT_PROTO, it.absolutePath) in reportResult()
104 report.putString(bundleKeyPrefix + OutputFileType.RESULT_BIN_PROTO, it.absolutePath) in reportResult()
/platform_testing/libraries/flicker/utils/src/android/tools/io/
DArtifact.kt21 val absolutePath: String constant
/platform_testing/libraries/flicker/utils/test/src/android/tools/io/
DResultWriterTest.kt63 val path = File(result.artifact.absolutePath) in writesEmptyFile()
81 val path = File(result.artifact.absolutePath) in writesUndefinedFile()
90 val path = File(result.artifact.absolutePath) in writesRunCompleteFile()
99 val path = File(result.artifact.absolutePath) in writesRunFailureFile()
/platform_testing/libraries/flicker/utils/src/android/tools/traces/parsers/perfetto/
DTraceProcessorSession.kt49 loadTrace(PerfettoTrace(traceFile.absolutePath)) { in loadPerfettoTrace()
/platform_testing/libraries/screenshot/src/androidTest/java/platform/test/screenshot/report/
DScubaExportStrategyTest.kt229 val path = subject.getPathOnDeviceFor(fileType).absolutePath in reportResult_writesCorrectImageContents()
263 val path = subject.getPathOnDeviceFor(fileType).absolutePath in reportResult_duplicateCall_doesNotOverwriteFile()
/platform_testing/libraries/motion/src/platform/test/motion/
DMotionTestRule.kt156 videoRenderer.renderToFile(videoFile.absolutePath) in <lambda>()
/platform_testing/libraries/flicker/src/android/tools/flicker/
DFlickerServiceResultsCollector.kt336 dataRecord.addStringMetric(FAAS_RESULTS_FILE_PATH_KEY, statusFile.absolutePath) in <lambda>()