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

  /build/tools/
mktarball.sh 31 new_info=`${fs_get_stats} ${curr_perms} ${is_dir} ${f}`
32 new_uid=`echo ${new_info} | awk '{print $1;}'`
33 new_gid=`echo ${new_info} | awk '{print $2;}'`
34 new_perms=`echo ${new_info} | awk '{print $3;}'`
  /external/bluetooth/glib/gio/
gwin32appinfo.c 180 GWin32AppInfo *new_info; local
182 new_info = g_object_new (G_TYPE_WIN32_APP_INFO, NULL);
184 new_info->id = dup_wstring (info->id);
185 new_info->id_utf8 = g_strdup (info->id_utf8);
186 new_info->id_is_exename = info->id_is_exename;
187 new_info->name = g_strdup (info->name);
188 new_info->executable = g_strdup (info->executable);
189 new_info->no_open_with = info->no_open_with;
191 return G_APP_INFO (new_info);
gdesktopappinfo.c 409 GDesktopAppInfo *new_info; local
411 new_info = g_object_new (G_TYPE_DESKTOP_APP_INFO, NULL);
413 new_info->filename = g_strdup (info->filename);
414 new_info->desktop_id = g_strdup (info->desktop_id);
416 new_info->name = g_strdup (info->name);
417 new_info->comment = g_strdup (info->comment);
418 new_info->nodisplay = info->nodisplay;
419 new_info->icon_name = g_strdup (info->icon_name);
421 new_info->icon = g_object_ref (info->icon);
422 new_info->only_show_in = g_strdupv (info->only_show_in)
    [all...]
  /external/v8/src/
jsregexp.cc 4566 NodeInfo* new_info = result->info(); local
    [all...]

Completed in 124 milliseconds