OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:image_file
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/ash/desktop_background/
desktop_background_controller.h
146
const base::FilePath&
image_file
, int image_resource_id) const;
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
&&
/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() << "\"";
/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.
/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/chromium_org/base/
file_util_unittest.cc
2314
FilePath
image_file
= data_dir.Append(FILE_PATH_LITERAL("red.png"));
local
[
all
...]
/external/chromium_org/net/base/
file_stream_unittest.cc
1188
base::FilePath
image_file
= test_dir.Append(FILE_PATH_LITERAL("red.png"));
local
[
all
...]
/art/runtime/
class_linker.cc
[
all
...]
Completed in 297 milliseconds