HomeSort by relevance Sort by last modified time
    Searched refs:new_info (Results 1 - 11 of 11) sorted by null

  /build/tools/
mktarball.sh 33 new_info=`${fs_get_stats} ${curr_perms} ${is_dir} ${f} ${target_out}`
34 new_uid=`echo ${new_info} | awk '{print $1;}'`
35 new_gid=`echo ${new_info} | awk '{print $2;}'`
36 new_perms=`echo ${new_info} | awk '{print $3;}'`
  /system/update_engine/payload_generator/
payload_file.h 95 PartitionInfo new_info; member in struct:chromeos_update_engine::PayloadFile::Partition
payload_file.cc 95 &part.new_info));
148 if (part.new_info.has_size() || part.new_info.has_hash())
149 *(partition->mutable_new_partition_info()) = part.new_info;
157 if (part.new_info.has_size() || part.new_info.has_hash())
158 *manifest_.mutable_new_kernel_info() = part.new_info;
164 if (part.new_info.has_size() || part.new_info.has_hash())
165 *manifest_.mutable_new_rootfs_info() = part.new_info;
    [all...]
  /external/ltrace/
value.c 488 struct arg_type_info *new_info = calloc(sizeof(*new_info), 1); local
489 if (new_info == NULL)
495 type_init_pointer(new_info, orig, own);
496 new_info->lens = orig->lens;
497 value_set_type(value, new_info, 1);
  /external/pcre/dist/
pcretest.c 2413 new_info(pcre *re, pcre_extra *study, int option, void *ptr) function
    [all...]
  /art/runtime/gc/space/
large_object_space.cc 486 AllocationInfo* new_info; local
493 new_info = info->GetPrevFreeInfo();
507 new_info = GetAllocationInfoForAddress(reinterpret_cast<uintptr_t>(End()) - free_end_);
525 mirror::Object* obj = reinterpret_cast<mirror::Object*>(GetAddressForAllocationInfo(new_info));
531 new_info->SetPrevFreeBytes(0);
532 new_info->SetByteSize(allocation_size, false);
  /external/mesa3d/src/gallium/auxiliary/util/
u_vbuf.c 1114 struct pipe_draw_info new_info = *info; local
    [all...]
  /external/harfbuzz_ng/src/
hb-buffer.cc 128 hb_glyph_info_t *new_info = NULL; local
142 new_info = (hb_glyph_info_t *) realloc (info, new_allocated * sizeof (info[0]));
145 if (unlikely (!new_pos || !new_info))
151 if (likely (new_info))
152 info = new_info;
    [all...]
  /bionic/libc/bionic/
system_properties.cpp 522 prop_info* new_info = new_prop_info(name, namelen, value, valuelen, &new_offset); local
523 if (new_info) {
527 return new_info;
    [all...]
  /external/v8/src/debug/
liveedit.js 149 var new_info =
155 replaced_function_new_infos.push(new_info);
315 var new_info = old_node.corresponding_node.info;
318 %LiveEditReplaceFunctionCode(new_info.raw_array,
346 change_log.push( {function_patched: new_info.function_name} );
348 change_log.push( {function_patched: new_info.function_name,
    [all...]
  /external/v8/src/wasm/
wasm-module.cc     [all...]

Completed in 270 milliseconds