Home
last modified time | relevance | path

Searched refs:kMaxFileCount (Results 1 – 1 of 1) sorted by relevance

/haiku/src/tests/add-ons/kernel/file_systems/shared/
H A Drandom_file_actions.cpp63 const uint32 kMaxFileCount = 1000000; variable
756 else if (maxFileCount > kMaxFileCount) in main()
757 maxFileCount = kMaxFileCount; in main()