Searched refs:repair (Results 1 – 25 of 79) sorted by relevance
1234
/third_party/exfatprogs/fsck/ |
D | repair.c | 62 bool repair = false; in ask_repair() local 67 repair = false; in ask_repair() 70 repair = true; in ask_repair() 88 repair = true; in ask_repair() 92 repair ? 'y' : 'n'); in ask_repair() 93 return repair; in ask_repair()
|
D | Makefile.am | 6 fsck_exfat_SOURCES = fsck.c repair.c fsck.h de_iter.c repair.h
|
/third_party/e2fsprogs/tests/f_pre_1970_date_encoding/ |
D | script | 39 # fsck should repair this 55 # before we repair the filesystem, save off a copy so that 60 # repair the filesystem 79 #retry the repair
|
/third_party/e2fsprogs/tests/f_inlinedata_repair/ |
D | name | 1 repair corrupt inline data files
|
/third_party/e2fsprogs/tests/f_mmp_garbage/ |
D | name | 1 repair MMP when it is corrupted
|
/third_party/grpc/tools/run_tests/artifacts/ |
D | build_artifact_python.sh | 86 "${AUDITWHEEL}" repair "$wheel" -w "$ARTIFACT_DIR" 91 "${AUDITWHEEL}" repair "$wheel" -w "$ARTIFACT_DIR"
|
/third_party/gptfdisk/ |
D | current.spec | 1 Summary: GPT partitioning and MBR repair software 14 Partitioning software for GPT disks and to repair MBR disks. The gdisk,
|
/third_party/e2fsprogs/doc/RelNotes/ |
D | v1.43.2.txt | 27 Fix the logic in e2fsck which decides when to repair legacy negative 58 deciding when to repair a legacy negative timestamp encoding, so
|
D | v1.43.3.txt | 6 E2fsck will now check, and if necessary repair the extra isize fields
|
D | v1.44.4.txt | 20 E2fsck will now properly repair a file system that has both the
|
/third_party/protobuf/python/release/wheel/ |
D | protobuf_optimized_pip.sh | 19 auditwheel repair dist/protobuf-${PROTOBUF_VERSION}-${PYTHON_VERSION}-linux_x86_64.whl
|
/third_party/exfatprogs/ |
D | README.md | 51 …Check the consistency of your exfat filesystem and optionally repair a corrupted device formatted … 56 2. repair and fix.(preparing)
|
D | BUILD.gn | 86 "fsck/repair.c",
|
D | NEWS | 66 * fsck.exfat: repair zero-byte files which have the NoFatChain attribute.
|
/third_party/e2fsprogs/ |
D | e2fsprogs.spec | 20 and ext4 filesystems. E2fsprogs contains e2fsck (used to repair 24 repair a corrupted filesystem or to create test cases for e2fsck),
|
/third_party/glib/glib/gnulib/ |
D | meson.build | 306 error ('frexp() is missing or broken beyond repair, and we have nothing to replace it with') 309 error ('frexpl() is missing or broken beyond repair, and we have nothing to replace it with')
|
/third_party/openGLES/extensions/EXT/ |
D | GLX_EXT_buffer_age.txt | 83 knowing the age of the buffer they know how to efficiently repair
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | GLX_EXT_buffer_age.txt | 83 knowing the age of the buffer they know how to efficiently repair
|
/third_party/python/Doc/reference/ |
D | executionmodel.rst | 251 repair the cause of the error and retry the failing operation (except by
|
/third_party/skia/third_party/externals/egl-registry/extensions/EXT/ |
D | EGL_EXT_buffer_age.txt | 95 knowing the age of the buffer they know how to efficiently repair
|
/third_party/EGL/extensions/EXT/ |
D | EGL_EXT_buffer_age.txt | 95 knowing the age of the buffer they know how to efficiently repair
|
/third_party/flutter/engine/flutter/tools/licenses/data/ |
D | mozilla-2.0 | 152 …t, You (not any Contributor) assume the cost of any necessary servicing, repair, or correction. Th…
|
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/ |
D | EGL_KHR_partial_update.txt | 83 current back buffer which allow the application to "repair" only areas that
|
/third_party/EGL/extensions/KHR/ |
D | EGL_KHR_partial_update.txt | 83 current back buffer which allow the application to "repair" only areas that
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/commands/ |
D | create.dart | 162 …'If run on a project that already exists, this will repair the project, recreating any files that …
|
1234