Home
last modified time | relevance | path

Searched full:emptydir (Results 1 – 25 of 62) sorted by relevance

123

/aosp_15_r20/test/cts-root/tests/packagemanagerlocal/src/android/packagemanagerlocal/cts_root/
H A DPackageManagerLocalTest.java90 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 Dkotlin.go31 …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 DCpuInfoReaderTest.java386 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 Dk8s.min.proto306 // 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 DMoreFilesTest.java472 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 Dscript23 mkdir $MKFS_DIR/emptydir
36 stat /emptydir
H A Dexpect82 debugfs: stat /emptydir
/aosp_15_r20/external/e2fsprogs/tests/m_minrootdir/
H A Dscript14 mkdir $MKFS_DIR/emptydir
35 stat /emptydir
/aosp_15_r20/external/e2fsprogs/tests/m_rootdir_acl/
H A Dscript33 mkdir $MKFS_DIR/emptydir
77 stat /emptydir
H A Dexpect82 debugfs: stat /emptydir
/aosp_15_r20/external/jazzer-api/src/test/java/com/code_intelligence/jazzer/junit/
H A DUtilsTest.java129 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/
DAbstractCopyJobTest.java93 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 DClassLoaderPatcher.java297 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 DClassLoaderPatcher.java297 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/
Dbuild_test.go500 emptyDir := t.TempDir()
502 ctxt.GOPATH = emptyDir
503 ctxt.Dir = emptyDir
/aosp_15_r20/external/python/pycparser/tests/c_files/
Dsimplemain.c1 #include "hdir\emptydir\..\9\inc.h"
/aosp_15_r20/external/autotest/utils/frozen_chromite/lib/
H A Dosutils.py536 """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 DPOTFILES.in7 e2fsck/emptydir.c
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/kubernetes-manifests/
Dserver.deployment.yaml81 emptyDir:
Dclient-secure.deployment.yaml90 emptyDir:
Dclient.deployment.yaml94 emptyDir:
Dserver-secure.deployment.yaml91 emptyDir:
/aosp_15_r20/external/aws-sdk-java-v2/services/batch/src/main/resources/codegen-resources/
H A Dservice-2.json1641 …"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…
1831emptyDir</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 Demptydir.c2 * 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 DPsiEnvironmentManager.kt55 internal val emptyDir by lazy { in <lambda>() constant in com.android.tools.metalava.model.psi.PsiEnvironmentManager

123