Lines Matching defs:touch

74 static void touch(const char* path, int len, int time) {
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, 120);
189 touch("com.example/cache/bar/bar2", 2 * kMbInBytes, 120);
217 touch("com.example/cache/foo/foo1", 1 * kMbInBytes, 60);
218 touch("com.example/cache/foo/foo2", 1 * kMbInBytes, 120);
237 touch("com.example/cache/group/file1", kMbInBytes, 120);
238 touch("com.example/cache/group/file2", kMbInBytes, 120);
240 touch("com.example/cache/group/dir/file1", kMbInBytes, 120);
241 touch("com.example/cache/group/dir/file2", kMbInBytes, 120);
243 touch("com.example/cache/group/tomb/file1", kMbInBytes, 120);
244 touch("com.example/cache/group/tomb/file2", kMbInBytes, 120);
246 touch("com.example/cache/group/tomb/dir/file1", kMbInBytes, 120);
247 touch("com.example/cache/group/tomb/dir/file2", kMbInBytes, 120);
250 touch("com.example/cache/tomb/file1", kMbInBytes, 240);
251 touch("com.example/cache/tomb/file2", kMbInBytes, 240);
253 touch("com.example/cache/tomb/dir/file1", kMbInBytes, 240);
254 touch("com.example/cache/tomb/dir/file2", kMbInBytes, 240);
256 touch("com.example/cache/tomb/group/file1", kMbInBytes, 60);
257 touch("com.example/cache/tomb/group/file2", kMbInBytes, 60);
259 touch("com.example/cache/tomb/group/dir/file1", kMbInBytes, 60);
260 touch("com.example/cache/tomb/group/dir/file2", kMbInBytes, 60);