Searched refs:kSimpleEntryTotalFileCount (Results 1 – 3 of 3) sorted by relevance
180 std::unique_ptr<base::File> files[kSimpleEntryTotalFileCount];182 State state[kSimpleEntryTotalFileCount];
113 std::fill(state, state + kSimpleEntryTotalFileCount, TF_NO_REGISTRATION); in TrackedFiles()262 for (int j = 0; j < kSimpleEntryTotalFileCount; ++j) { in CloseFilesIfTooManyOpen()
46 static const int kSimpleEntryTotalFileCount = kSimpleEntryNormalFileCount + 1; variable