Searched refs:mStorePath (Results 1 – 1 of 1) sorted by relevance
56 private final File mStorePath; field in PhotoStore70 mStorePath = new File(rootDirectory, DIRECTORY); in PhotoStore()72 if (!mStorePath.exists()) { in PhotoStore()73 if (!mStorePath.mkdirs()) { in PhotoStore()75 + mStorePath.getPath()); in PhotoStore()88 File[] files = mStorePath.listFiles(); in clear()119 File[] files = mStorePath.listFiles(); in initialize()198 file = File.createTempFile("img", null, mStorePath); in insert()249 return new File(mStorePath, String.valueOf(id)); in getFileForPhotoFileId()