Searched refs:mMaxFileCount (Results 1 – 2 of 2) sorted by relevance
500 mMaxFileCount(100), in WorkDirectory()508 mMaxFileCount(maxFileCount), in WorkDirectory()784 if (totalSize < mMaxDiskUsageBytes && totalCount < mMaxFileCount) { in clean_directory_locked()792 || totalCount >= mMaxFileCount); in clean_directory_locked()
256 int mMaxFileCount; variable