Searched refs:ROOT_DIR_NAME (Results 1 – 2 of 2) sorted by relevance
56 private static final String ROOT_DIR_NAME = "blobstore"; field in BlobStoreConfig463 return new File(Environment.getDataSystemDirectory(), ROOT_DIR_NAME); in getBlobStoreRootDir()
49 private static final String ROOT_DIR_NAME = "CpuInfoReaderTest"; field in CpuInfoReaderTest73 private final File mCacheRoot = new File(mContext.getCacheDir(), ROOT_DIR_NAME);78 copyAssets(ROOT_DIR_NAME, mContext.getCacheDir()); in setUp()