Home
last modified time | relevance | path

Searched refs:ROOT_DIR_NAME (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/apex/blobstore/service/java/com/android/server/blob/
H A DBlobStoreConfig.java56 private static final String ROOT_DIR_NAME = "blobstore"; field in BlobStoreConfig
463 return new File(Environment.getDataSystemDirectory(), ROOT_DIR_NAME); in getBlobStoreRootDir()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/cpu/
H A DCpuInfoReaderTest.java49 private static final String ROOT_DIR_NAME = "CpuInfoReaderTest"; field in CpuInfoReaderTest
73 private final File mCacheRoot = new File(mContext.getCacheDir(), ROOT_DIR_NAME);
78 copyAssets(ROOT_DIR_NAME, mContext.getCacheDir()); in setUp()