Home
last modified time | relevance | path

Searched refs:cacheRoot (Results 1 – 14 of 14) sorted by relevance

/external/vogar/src/vogar/android/
DDeviceFileCache.java29 private final File cacheRoot; field in DeviceFileCache
37 this.cacheRoot = new File(deviceDir, "md5-cache"); in DeviceFileCache()
46 cachedFiles.addAll(deviceFilesystem.ls(cacheRoot)); in existsInCache()
53 File cachedFile = new File(cacheRoot, key); in existsInCache()
59 File cachedFile = new File(cacheRoot, key); in copyFromCache()
65 File cachedFile = new File(cacheRoot, key); in copyToCache()
66 deviceFilesystem.mkdirs(cacheRoot); in copyToCache()
/external/dokka/runners/ant/src/main/kotlin/ant/
Ddokka.kt47 var cacheRoot: String? = null variable in org.jetbrains.dokka.ant.DokkaAntTask
141 cacheRoot = cacheRoot, in execute()
/external/dokka/core/src/main/kotlin/
DDokkaBootstrapImpl.kt73 cacheRoot = cacheRoot, in configure()
/external/dokka/runners/maven-plugin/src/main/kotlin/
DDokkaMojo.kt111 var cacheRoot: String? = null variable in org.jetbrains.dokka.maven.AbstractDokkaMojo
146 cacheRoot = cacheRoot, in getOutDir()
/external/dokka/runners/cli/src/main/kotlin/cli/
Dmain.kt64 var cacheRoot: String? = null in <lambda>() variable in org.jetbrains.dokka.DokkaArguments
151 cacheRoot = arguments.cacheRoot, in entry()
/external/dokka/integration/src/main/kotlin/org/jetbrains/dokka/
Dconfiguration.kt44 val cacheRoot: String? in toJsonValue() constant
111 override val cacheRoot: String?, constant in org.jetbrains.dokka.SerializeOnlyDokkaConfiguration
/external/swiftshader/tests/regres/cmd/regres/
Dmain.go104 cacheRoot: *cacheDir,
129 cacheRoot string // path to the regres cache directory member
147 func getToolchain(tarExe, cacheRoot string) (*llvm.Toolchain, error) {
148 path := filepath.Join(cacheRoot, "llvm")
163 tarFile := filepath.Join(cacheRoot, "llvm.tar.xz")
170 target := filepath.Join(cacheRoot, "llvm-tmp")
211 &r.cacheRoot,
222 if err := os.MkdirAll(r.cacheRoot, 0777); err != nil {
273 toolchain, err := getToolchain(r.tar, r.cacheRoot)
467 cacheDir := path.Join(r.cacheRoot, "deqp", hash)
[all …]
/external/dokka/core/src/main/kotlin/Generation/
DconfigurationImpl.kt60 override val cacheRoot: String?, constant in DokkaConfigurationImpl
/external/dokka/
DREADME.md68 cacheRoot = 'default'
252 <cacheRoot>default</cacheRoot>
373 …* `cacheRoot` - Use `default` or set to custom path to cache directory to enable package-list cach…
396 …* `-cacheRoot` - Use `default` or set to custom path to cache directory to enable package-list cac…
/external/dokka/runners/gradle-plugin/src/main/kotlin/
Dmain.kt143 var cacheRoot: String? = null variable in org.jetbrains.dokka.gradle.DokkaTask
329 cacheRoot, in collectSuppressedFiles()
/external/dokka/core/src/main/kotlin/Kotlin/
DDocumentationBuilder.kt63 cacheRoot: String? = null, in <lambda>()
92 val cacheRoot: Path? = when { in <lambda>() constant
93 cacheRoot == "default" -> Paths.get(System.getProperty("user.home"), ".cache", "dokka") in <lambda>()
94 cacheRoot != null -> Paths.get(cacheRoot) in <lambda>()
DExternalDocumentationLinkResolver.kt45 … val cacheDir: Path? = options.cacheRoot?.resolve("packageListCache")?.apply { toFile().mkdirs() } in toString()
/external/dokka/core/src/test/kotlin/
DTestAPI.kt44 cacheRoot = "default", in <lambda>()
/external/conscrypt/benchmark-android/
Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties ...