Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/tests/
Dinstalld_cache_test.cpp39 constexpr int64_t kMbInBytes = 1024 * kKbInBytes; variable
40 constexpr int64_t kGbInBytes = 1024 * kMbInBytes;
139 touch("com.example/normal", 1 * kMbInBytes, 60); in TEST_F()
142 touch("com.example/cache/foo/one", 1 * kMbInBytes, 60); in TEST_F()
143 touch("com.example/cache/foo/two", 2 * kMbInBytes, 120); in TEST_F()
163 touch("com.example/cache/foo/one", kMbInBytes, 60); in TEST_F()
164 touch("com.example/cache/foo/two", kMbInBytes, 120); in TEST_F()
185 touch("com.example/cache/foo/foo1", 1 * kMbInBytes, 60); in TEST_F()
186 touch("com.example/cache/foo/foo2", 1 * kMbInBytes, 60); in TEST_F()
188 touch("com.example/cache/bar/bar1", 2 * kMbInBytes, 120); in TEST_F()
[all …]