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;
140 touch("com.example/normal", 1 * kMbInBytes, 60); in TEST_F()
143 touch("com.example/cache/foo/one", 1 * kMbInBytes, 60); in TEST_F()
144 touch("com.example/cache/foo/two", 2 * kMbInBytes, 120); in TEST_F()
162 touch("com.example/normal", 1 * kMbInBytes, 60); in TEST_F()
165 touch("com.example/cache/foo/one", 65 * kMbInBytes, 60); in TEST_F()
166 touch("com.example/cache/foo/two", 2 * kMbInBytes, 120); in TEST_F()
189 touch("com.example/normal", 1 * kMbInBytes, 60); in TEST_F()
192 touch("com.example/cache/foo/one", 65 * kMbInBytes, 60); in TEST_F()
[all …]