Searched refs:absolutePath (Results 1 – 12 of 12) sorted by relevance
25 override val absolutePath = "IN_MEMORY/$artifactIdentifier" constant27 override val fileName = absolutePath48 if (absolutePath != other.absolutePath) return false in equals()54 return absolutePath.hashCode() in hashCode()
48 get() = artifact.absolutePath
53 override val absolutePath: String constant54 get() = file.absolutePath94 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()
92 outputDir.listFiles()?.filterNot { it.isDirectory }?.map { it.absolutePath } in <lambda>()
61 get() = result.artifact.absolutePath in <lambda>()
78 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()
21 val absolutePath: String constant
63 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()
49 loadTrace(PerfettoTrace(traceFile.absolutePath)) { in loadPerfettoTrace()
229 val path = subject.getPathOnDeviceFor(fileType).absolutePath in reportResult_writesCorrectImageContents()263 val path = subject.getPathOnDeviceFor(fileType).absolutePath in reportResult_duplicateCall_doesNotOverwriteFile()
156 videoRenderer.renderToFile(videoFile.absolutePath) in <lambda>()
336 dataRecord.addStringMetric(FAAS_RESULTS_FILE_PATH_KEY, statusFile.absolutePath) in <lambda>()