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

  /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)
  /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
  /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);
  /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...]

Completed in 512 milliseconds