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

/fuchsia/zircon/third_party/uapp/dash/src/bltin/
H A Dzircon.c169 bool dest_exists, bool force)
184 if (! force ||
214 bool dest_exists, bool force)
221 if (! force ||
233 const char *dest_name, bool force)
265 force);
268 force);
275 bool force = false; local
284 force = true;
315 force);
168 cp_here(const char *src_name, const char *dest_name, bool dest_exists, bool force) argument
213 mv_here(const char *src_name, const char *dest_name, bool dest_exists, bool force) argument
232 mv_or_cp_to_dir(bool is_mv, const char *src_name, const char *dest_name, bool force) argument
373 zxc_rm_recursive(int atfd, char* path, bool force) argument
412 bool force = false; local
[all...]
/fuchsia/zircon/scripts/
H A Ddo-cppcheck30 cppcheck --force --file-list=${PROJ_DIR}/srcfiles.txt --includes-file=${PROJ_DIR}/include_paths.txt --include=${PROJ_DIR}/config.h -q --platform=unix32 $TESTS $JOBS
/fuchsia/zircon/system/uapp/disk-pave/
H A Dpave-lib.h37 bool force = false; member in struct:paver::Flags
H A Ddisk-pave.cpp35 ERROR(" --force: Install partition even if inappropriate for the device\n");
75 flags->force = false;
94 } else if (!strcmp(argv[0], "--force")) {
95 flags->force = true;
H A Dpave-lib.cpp945 if (flags.arch == Arch::X64 && !flags.force) {
946 LOG("SKIPPING BOOTLOADER install on x64 device, pass --force if desired.\n");
954 if ((is_cros_device || flags.arch == Arch::ARM64) && !flags.force) {
955 LOG("SKIPPING EFI install on ARM64/CROS device, pass --force if desired.\n");
963 if (!is_cros_device && !flags.force) {
964 LOG("SKIPPING KERNC install on non-CROS device, pass --force if desired.\n");
973 if (flags.arch == Arch::X64 && !flags.force) {
974 LOG("SKIPPING ZIRCON-A install on x64 device, pass --force if desired.\n");
982 if (flags.arch == Arch::X64 && !flags.force) {
983 LOG("SKIPPING ZIRCON-B install on x64 device, pass --force i
[all...]
/fuchsia/zircon/system/ulib/fs-management/
H A Dfsck.cpp47 // TODO(smklein): Add support for modify, force flags. Without them,
48 // we have "always_modify=true" and "force=true" effectively on by default.
64 if (options->force) {
H A Dmount.cpp271 .force = false,
/fuchsia/zircon/system/ulib/fs-management/include/fs-management/
H A Dmount.h104 bool force; // Force fsck to check the filesystem integrity, even if it is marked as "clean". member in struct:fsck_options
/fuchsia/zircon/system/dev/input/i2c-hid/
H A Di2c-hid.c65 // If |force| is false, do not issue a reset if there is one outstanding.
66 static zx_status_t i2c_hid_reset(i2c_hid_device_t* dev, bool force) { argument
73 if (!force && dev->i2c_pending_reset) {
/fuchsia/zircon/system/utest/fs/
H A Dfilesystems.cpp43 .force = true,
/fuchsia/zircon/system/ulib/tftp/
H A Dtftp.c99 bool force, const char* fmt, ...) {
105 if (force) {
98 append_option(char** body, size_t* left, const char* name, bool force, const char* fmt, ...) argument
/fuchsia/zircon/make/
H A Dengine.mk462 # used to force a rule to run every time
872 # put all of the build flags in various config.h files to force a rebuild if any change
/fuchsia/zircon/system/utest/blobfs/
H A Dblobfs.cpp202 .force = true,
/fuchsia/zircon/third_party/ulib/jemalloc/bin/
H A Djeprof.in2308 // Local modification: if(true || ...) below to force panning, never moving.

Completed in 103 milliseconds