HomeSort by relevance Sort by last modified time
    Searched full:image_file (Results 1 - 25 of 25) sorted by null

  /external/chromium_org/ash/desktop_background/
desktop_background_controller.cc 321 const base::FilePath& image_file, int image_resource_id) const {
323 wallpaper_loader_->file_path() == image_file &&
326 current_default_wallpaper_path_ == image_file &&
desktop_background_controller.h 146 const base::FilePath& image_file, int image_resource_id) const;
  /external/chromium_org/chrome/installer/test/
alternate_version_generator.cc 346 // Updates the version strings and numbers in all of |image_file|'s resources.
347 bool UpdateVersionIfMatch(const base::FilePath& image_file,
356 image_file,
365 LOG(WARNING) << "Failed to open \"" << image_file.value() << "\"."
369 image_file,
390 PLOG(DFATAL) << "Failed to open \"" << image_file.value() << "\"";
  /art/compiler/
image_writer.cc 144 UniquePtr<File> image_file(OS::CreateEmptyFile(image_filename.c_str()));
146 if (image_file.get() == NULL) {
150 if (fchmod(image_file->Fd(), 0644) != 0) {
157 if (!image_file->WriteFully(image_->Begin(), image_end_)) {
164 if (!image_file->Write(reinterpret_cast<char*>(image_bitmap_->Begin()),
  /external/yaffs2/yaffs2/utils/
mkyaffs2image.c 523 fprintf(stderr,"usage: mkyaffs2image [-f] [-c <size>] [-s <size>] dir image_file [file_contexts mountpoint] [convert]\n");
528 fprintf(stderr," image_file the output file to hold the image\n");
mkyaffsimage.c 537 printf("usage: mkyaffsimage dir image_file [convert]\n");
539 printf(" image_file the output file to hold the image\n");
  /external/chromium_org/tools/mac/
symbolicate_crash.py 321 image_file = SYMBOL_IMAGE_MAP[image_name]
322 return os.path.join(base_path, image_file + '.dSYM', 'Contents',
324 os.path.splitext(image_file)[0]) # Chop off the extension.
  /external/e2fsprogs/misc/
e2image.c 52 fprintf(stderr, _("Usage: %s [-rsI] device image_file\n"),
  /external/chromium_org/net/base/
file_stream_unittest.cc 1188 base::FilePath image_file = test_dir.Append(FILE_PATH_LITERAL("red.png")); local
    [all...]
  /external/chromium_org/base/
file_util_unittest.cc 2314 FilePath image_file = data_dir.Append(FILE_PATH_LITERAL("red.png")); local
    [all...]
  /art/runtime/
class_linker.cc     [all...]
  /external/e2fsprogs/po/
id.po     [all...]
e2fsprogs.pot     [all...]
zh_CN.po     [all...]
ca.po     [all...]
cs.po     [all...]
de.po     [all...]
es.po     [all...]
fr.po     [all...]
it.po     [all...]
nl.po     [all...]
pl.po     [all...]
sv.po     [all...]
tr.po     [all...]
vi.po     [all...]

Completed in 1105 milliseconds