OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:do_remove
(Results
1 - 4
of
4
) sorted by null
/bootable/recovery/tools/ota/
add-property-tag.c
70
int
do_remove
= 0, do_number = 0;
local
77
case 'r':
do_remove
= 1; break;
116
if (
do_remove
) {
/system/core/libcutils/
str_parms.c
111
goto
do_remove
;
114
goto
do_remove
;
119
do_remove
:
/system/update_engine/payload_generator/
delta_diff_utils.cc
59
// position |*idx_p| of |extents|. If |
do_remove
| is true, this range will be
64
const bool
do_remove
, uint64_t range_start,
71
if (
do_remove
) {
117
bool
do_remove
= false;
local
128
do_remove
= ((*src_extents)[src_idx].start_block() + src_offset ==
140
new_src = ProcessExtentBlockRange(src_extents, &src_idx,
do_remove
,
142
new_dst = ProcessExtentBlockRange(dst_extents, &dst_idx,
do_remove
,
144
if (
do_remove
)
150
if (
do_remove
&& (nonfull_block_bytes = total_bytes % kBlockSize))
/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);
Completed in 85 milliseconds