Lines Matching refs:file
4 * you may not use this file except in compliance with the License.
281 char *file = "/system/bin/resize.f2fs";
287 BEGET_ERROR_CHECK(access(file, F_OK) == 0, return -1, "resize.f2fs is not exists.");
289 argv[argc++] = file;
327 char *file = "/system/bin/fsck.f2fs";
328 BEGET_ERROR_CHECK(access(file, F_OK) == 0, return -1, "fsck.f2fs is not exists.");
331 file, "-p1", (char *)device, NULL
344 char *file = "/system/bin/resize2fs";
345 BEGET_ERROR_CHECK(access(file, F_OK) == 0, return -1, "resize2fs is not exists.");
350 file, "-f", (char *)device, NULL
362 file, "-f", (char *)device, sizeStr, NULL
373 char *file = "/system/bin/e2fsck";
374 BEGET_ERROR_CHECK(access(file, F_OK) == 0, return -1, "e2fsck is not exists.");
377 file, "-y", (char *)device, NULL
688 BEGET_LOGE("[fs_manager][error] Read fstab file \" %s \" failed\n", fstabFile);
708 BEGET_ERROR_CHECK(fstab != NULL, return -1, "Read fstab file \" %s \" failed.", fstabFile);
752 BEGET_ERROR_CHECK(fstab != NULL, return -1, "Read fstab file \" %s \" failed.", fstabFile);