Home
last modified time | relevance | path

Searched refs:FreeValue (Results 1 – 4 of 4) sorted by relevance

/bootable/recovery/updater/
Dblockimg.cpp1403 std::unique_ptr<Value, decltype(&FreeValue)> blockdev_filename_holder(blockdev_filename, in PerformBlockImageUpdate()
1404 FreeValue); in PerformBlockImageUpdate()
1405 std::unique_ptr<Value, decltype(&FreeValue)> transfer_list_value_holder(transfer_list_value, in PerformBlockImageUpdate()
1406 FreeValue); in PerformBlockImageUpdate()
1407 std::unique_ptr<Value, decltype(&FreeValue)> new_data_fn_holder(new_data_fn, FreeValue); in PerformBlockImageUpdate()
1408 std::unique_ptr<Value, decltype(&FreeValue)> patch_data_fn_holder(patch_data_fn, FreeValue); in PerformBlockImageUpdate()
1728 std::unique_ptr<Value, decltype(&FreeValue)> ranges_holder(ranges, FreeValue); in RangeSha1Fn()
1729 std::unique_ptr<Value, decltype(&FreeValue)> blockdev_filename_holder(blockdev_filename, in RangeSha1Fn()
1730 FreeValue); in RangeSha1Fn()
1791 std::unique_ptr<Value, decltype(&FreeValue)> filename(arg_filename, FreeValue); in CheckFirstBlockFn()
[all …]
Dinstall.cpp1157 if (result != partition) FreeValue(partition_value); in WriteRawImageFn()
1158 FreeValue(contents); in WriteRawImageFn()
1215 std::vector<std::unique_ptr<Value, decltype(&FreeValue)>> patch_shas; in ApplyPatchFn()
1216 std::vector<std::unique_ptr<Value, decltype(&FreeValue)>> patches; in ApplyPatchFn()
1219 patch_shas.emplace_back(arg_values.get()[i], FreeValue); in ApplyPatchFn()
1220 patches.emplace_back(arg_values.get()[i+1], FreeValue); in ApplyPatchFn()
1366 std::vector<std::unique_ptr<Value, decltype(&FreeValue)>> args; in Sha1CheckFn()
1368 args.emplace_back(arg_values.get()[i], FreeValue); in Sha1CheckFn()
/bootable/recovery/edify/
Dexpr.cpp45 FreeValue(v); in Evaluate()
66 void FreeValue(Value* v) { in FreeValue() function
276 FreeValue(left); in SequenceFn()
447 FreeValue(args[j]); in ReadValueArgs()
492 FreeValue(args[j]); in ReadValueVarArgs()
Dexpr.h179 void FreeValue(Value* v);