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

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

Completed in 624 milliseconds