Home
last modified time | relevance | path

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

/system/update_engine/sample_images/
Dgenerate_test_erofs_images.sh32 truncate -s 1M ${fs_root}/dir1/file0
33 truncate -s 1M ${fs_root}/dir1/dir2/file0
/system/logging/logcat/
Dlogcat.cpp194 std::string file0; in RotateLogs() local
196 file0 = output_file_name_; in RotateLogs()
198 file0 = StringPrintf("%s.%.*d", output_file_name_, max_rotation_count_digits, i - 1); in RotateLogs()
201 if (!file0.length() || !file1.length()) { in RotateLogs()
206 if (rename(file0.c_str(), file1.c_str()) == -1 && errno != ENOENT) { in RotateLogs()
207 error(0, errno, "rename('%s', '%s') failed while rotating log files", file0.c_str(), in RotateLogs()