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

  /external/syslinux/gpxe/src/hci/commands/
digest_cmd.c 52 const char *image_name; local
71 image_name = argv[i];
74 image = find_image ( image_name );
76 printf ( "No such image: %s\n", image_name );
  /external/libunwind/src/
Los-common.c 232 char *image_name = NULL; local
246 image_name = strdup (map->path);
249 return image_name;
  /external/vboot_reference/utility/
load_kernel_test.c 82 const char* image_name; local
146 image_name = argv[optind];
200 printf("Reading from image: %s\n", image_name);
201 image_file = fopen(image_name, "rb");
203 fprintf(stderr, "Unable to open image file %s\n", image_name);
bmpblk_util.c 202 char image_name[80]; local
288 sprintf(image_name, "img_%08x.bmp", offset);
291 RENDER_HWID, image_name,
297 RENDER_HWID_RTOL, image_name,
303 offset, image_name,
309 sprintf(full_path_name, "%s/%s", todir, image_name);
bmpblk_utility.cc 221 string image_name, image_filename; local
227 image_name = (char*)event.data.scalar.value;
234 config_.image_names.push_back(image_name);
235 config_.images_map[image_name] = ImageConfig();
236 config_.images_map[image_name].filename = image_filename;
237 if (image_name == RENDER_HWID) {
240 if (image_name == RENDER_HWID_RTOL) {
  /art/runtime/gc/space/
image_space.cc 1727 std::string& image_name = image_file_names[index]; local
1763 << "\\nAttempted image: " << image_name; local
    [all...]
  /external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
esextcTextureCubeMapArraySampling.hpp 725 static const glw::GLchar* const image_name; member in class:glcts::TextureCubeMapArraySamplingTest::glw
esextcTextureCubeMapArraySampling.cpp 156 const glw::GLchar* const TextureCubeMapArraySamplingTest::image_name = "image"; member in class:glcts::glw::TextureCubeMapArraySamplingTest
    [all...]
  /art/dex2oat/
dex2oat.cc 1056 std::string image_name = CreateMultiImageName(dex_locations_[i], prefix, infix, ".art"); local
    [all...]

Completed in 218 milliseconds