HomeSort by relevance Sort by last modified time
    Searched full:do_remove (Results 1 - 9 of 9) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/tools/fiptool/
fiptool.h 24 DO_REMOVE = 3
fiptool.c 1022 set_image_desc_action(desc, DO_REMOVE, NULL);
1045 set_image_desc_action(desc, DO_REMOVE, NULL);
1075 if (desc->action != DO_REMOVE)
  /external/kmod/tools/
remove.c 85 static int do_remove(int argc, char *argv[]) function
148 .cmd = do_remove,
modprobe.c 727 int do_remove = 0; local
749 do_remove = 1;
889 else if (do_remove)
  /system/core/libcutils/
str_parms.cpp 104 goto do_remove;
107 goto do_remove;
112 do_remove:
  /system/update_engine/payload_generator/
delta_diff_utils.cc 80 // position |*idx_p| of |extents|. If |do_remove| is true, this range will be
85 const bool do_remove, uint64_t range_start,
92 if (do_remove) {
137 bool do_remove = false; local
139 do_remove = ((*src_extents)[src_idx].start_block() + src_offset ==
151 bool new_src = ProcessExtentBlockRange(src_extents, &src_idx, do_remove,
153 bool new_dst = ProcessExtentBlockRange(dst_extents, &dst_idx, do_remove,
162 if (do_remove)
168 if (do_remove && (nonfull_block_bytes = total_bytes % kBlockSize))
    [all...]
  /external/toybox/toys/pending/
crontab.c 222 static void do_remove(char *name) function
355 else if (toys.optflags & FLAG_r) do_remove(pwd->pw_name);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
rcvs.py 446 def do_remove(self, opts, files): member in class:rcvs
453 do_rm = do_remove
  /external/python/cpython2/Demo/pdist/
rcvs.py 446 def do_remove(self, opts, files): member in class:rcvs
453 do_rm = do_remove

Completed in 630 milliseconds