Searched refs:maxFileCount (Results 1 - 1 of 1) sorted by relevance

/haiku/src/tests/add-ons/kernel/file_systems/random_file_actions/
H A Drandom_file_actions.cpp723 uint32 maxFileCount = kDefaultFileCount; local
753 maxFileCount = strtoul(optarg, NULL, 0);
754 if (maxFileCount < 5)
755 maxFileCount = 5;
756 else if (maxFileCount > kMaxFileCount)
757 maxFileCount = kMaxFileCount;
820 maxFileCount, size_to_string(sMaxFileSize).c_str(), maxDirCount, seed);
827 if (files.size() > maxFileCount / 2) {
829 if (files.size() < maxFileCount)
834 = min_c(maxFileCount, file
[all...]

Completed in 31 milliseconds