/aosp_15_r20/test/cts-root/tests/packagemanagerlocal/src/android/packagemanagerlocal/cts_root/ |
H A D | PackageManagerLocalTest.java | 90 final List<String> emptyDir = new ArrayList<String>(); in testPackageManagerLocal_ReconcileSdkData_DifferentStorageFlags() local 91 mPackageManagerLocal.reconcileSdkData(volumeUuid, packageName, emptyDir, userId, in testPackageManagerLocal_ReconcileSdkData_DifferentStorageFlags() 126 final List<String> emptyDir = new ArrayList<String>(); in testPackageManagerLocal_ReconcileSdkData_Reconcile() local 127 mPackageManagerLocal.reconcileSdkData(volumeUuid, packageName, emptyDir, userId, appId, in testPackageManagerLocal_ReconcileSdkData_Reconcile()
|
/aosp_15_r20/build/soong/java/ |
H A D | kotlin.go | 31 …Command: `rm -rf "$classesDir" "$headerClassesDir" "$srcJarDir" "$kotlinBuildFile" "$emptyDir" && … 32 `mkdir -p "$classesDir" "$headerClassesDir" "$srcJarDir" "$emptyDir" && ` + 40 ` -kotlin-home $emptyDir ` + 65 "headerClassesDir", "headerJar", "kotlinJvmTarget", "kotlinBuildFile", "emptyDir", "name") 147 "emptyDir": android.PathForModuleOut(ctx, "kotlinc", "empty").String(),
|
/aosp_15_r20/frameworks/base/services/tests/mockingservicestests/src/com/android/server/cpu/ |
H A D | CpuInfoReaderTest.java | 386 File emptyDir = getCacheFile(EMPTY_DIR); in testReadCpuInfoWithEmptyCpuset() local 387 assertWithMessage("Make empty dir %s", emptyDir).that(emptyDir.mkdir()).isTrue(); in testReadCpuInfoWithEmptyCpuset() 388 CpuInfoReader cpuInfoReader = new CpuInfoReader(emptyDir, getCacheFile( in testReadCpuInfoWithEmptyCpuset() 400 File emptyDir = getCacheFile(EMPTY_DIR); in testReadCpuInfoWithEmptyCpufreq() local 401 assertWithMessage("Make empty dir %s", emptyDir).that(emptyDir.mkdir()).isTrue(); in testReadCpuInfoWithEmptyCpufreq() 402 CpuInfoReader cpuInfoReader = new CpuInfoReader(getCacheFile(VALID_CPUSET_DIR), emptyDir, in testReadCpuInfoWithEmptyCpufreq()
|
/aosp_15_r20/external/googleapis/google/cloud/run/v2/ |
H A D | k8s.min.proto | 306 // The different types of medium supported for EmptyDir. 312 // Explicitly set the EmptyDir to be in memory. Uses tmpfs. 321 // Limit on the storage usable by this EmptyDir volume. 323 // The maximum usage on memory medium EmptyDir would be the minimum value 329 // https://kubernetes.io/docs/concepts/storage/volumes/#emptydir
|
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/io/ |
H A D | MoreFilesTest.java | 472 Path emptyDir = fs.getPath("dir/e"); in testDirectoryDeletion_emptyDir() local 473 assertEquals(0, MoreFiles.listFiles(emptyDir).size()); in testDirectoryDeletion_emptyDir() 475 method.delete(emptyDir); in testDirectoryDeletion_emptyDir() 476 method.assertDeleteSucceeded(emptyDir); in testDirectoryDeletion_emptyDir()
|
/aosp_15_r20/external/e2fsprogs/tests/m_rootdir/ |
H A D | script | 23 mkdir $MKFS_DIR/emptydir 36 stat /emptydir
|
H A D | expect | 82 debugfs: stat /emptydir
|
/aosp_15_r20/external/e2fsprogs/tests/m_minrootdir/ |
H A D | script | 14 mkdir $MKFS_DIR/emptydir 35 stat /emptydir
|
/aosp_15_r20/external/e2fsprogs/tests/m_rootdir_acl/ |
H A D | script | 33 mkdir $MKFS_DIR/emptydir 77 stat /emptydir
|
H A D | expect | 82 debugfs: stat /emptydir
|
/aosp_15_r20/external/jazzer-api/src/test/java/com/code_intelligence/jazzer/junit/ |
H A D | UtilsTest.java | 129 Path emptyDir = createDirectories(temp.resolve("some").resolve("empty").resolve("dir")); in testGetClassPathBasedInstrumentationFilter() local 135 firstDir, firstJar, nonExistentDir, secondDir, secondJar, emptyDir))) in testGetClassPathBasedInstrumentationFilter()
|
/aosp_15_r20/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/services/ |
D | AbstractCopyJobTest.java | 93 Uri testDir = mDocs.createFolder(mSrcRoot, "emptyDir"); in runCopyEmptyDirTest() 107 mDocs.assertHasDirectory(mDestRoot, "emptyDir"); in runCopyEmptyDirTest()
|
/aosp_15_r20/external/cronet/build/android/incremental_install/java/org/chromium/incrementalinstall/ |
H A D | ClassLoaderPatcher.java | 297 File emptyDir = new File(""); in addDexElements() local 308 dexElement = Reflect.newInstance(entryClazz, emptyDir, false, file, dexFile); in addDexElements()
|
/aosp_15_r20/external/angle/build/android/incremental_install/java/org/chromium/incrementalinstall/ |
H A D | ClassLoaderPatcher.java | 297 File emptyDir = new File(""); in addDexElements() local 308 dexElement = Reflect.newInstance(entryClazz, emptyDir, false, file, dexFile); in addDexElements()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/go/build/ |
D | build_test.go | 500 emptyDir := t.TempDir() 502 ctxt.GOPATH = emptyDir 503 ctxt.Dir = emptyDir
|
/aosp_15_r20/external/python/pycparser/tests/c_files/ |
D | simplemain.c | 1 #include "hdir\emptydir\..\9\inc.h"
|
/aosp_15_r20/external/autotest/utils/frozen_chromite/lib/ |
H A D | osutils.py | 536 """EmptyDir was called on a non-existent directory without ignore_missing.""" 539 def EmptyDir(path, ignore_missing=False, sudo=False, exclude=()): function 561 'EmptyDir called non-existent: %s' % path)
|
/aosp_15_r20/external/e2fsprogs/po/ |
H A D | POTFILES.in | 7 e2fsck/emptydir.c
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/kubernetes-manifests/ |
D | server.deployment.yaml | 81 emptyDir:
|
D | client-secure.deployment.yaml | 90 emptyDir:
|
D | client.deployment.yaml | 94 emptyDir:
|
D | server-secure.deployment.yaml | 91 emptyDir:
|
/aosp_15_r20/external/aws-sdk-java-v2/services/batch/src/main/resources/codegen-resources/ |
H A D | service-2.json | 1641 …"documentation":"<p>The volume mounts for the container. Batch supports <code>emptyDir</code>, <co… 1691 …"documentation":"<p>The volume mounts for the container. Batch supports <code>emptyDir</code>, <co… 1831 …emptyDir</code> volume. An <code>emptyDir</code> volume is first created when a pod is assigned to… 2007 "emptyDir":{ object 2009 …tes <code>emptyDir</code> volume. For more information, see <a href=\"https://kubernetes.io/docs/c…
|
/aosp_15_r20/external/e2fsprogs/e2fsck/ |
H A D | emptydir.c | 2 * emptydir.c --- clear empty directory blocks
|
/aosp_15_r20/tools/metalava/metalava-model-psi/src/main/java/com/android/tools/metalava/model/psi/ |
H A D | PsiEnvironmentManager.kt | 55 internal val emptyDir by lazy { in <lambda>() constant in com.android.tools.metalava.model.psi.PsiEnvironmentManager
|