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

  /external/oprofile/libutil++/
op_spu_bfd.cpp 63 string const image_path = local
66 cverb << vbfd << "op_bfd ctor for " << image_path << endl;
70 fd = open(image_path.c_str(), O_RDONLY);
72 cverb << vbfd << "open failed for " << image_path << endl;
78 cverb << vbfd << "stat failed for " << image_path << endl;
84 ibfd.abfd = spu_open_bfd(image_path, fd, spu_offset);
87 cverb << vbfd << "fdopen_bfd failed for " << image_path << endl;
bfd_support.cpp 56 string const image_path = extra.find_image_path(name, img_ok, true); local
61 name = image_path;
63 ifstream file(image_path.c_str());
op_bfd.cpp 119 string const image_path = local
122 cverb << vbfd << "op_bfd ctor for " << image_path << endl;
126 cverb << vbfd << "can't locate " << image_path << endl;
130 fd = open(image_path.c_str(), O_RDONLY);
132 cverb << vbfd << "open failed for " << image_path << endl;
138 cverb << vbfd << "stat failed for " << image_path << endl;
145 ibfd.abfd = fdopen_bfd(image_path, fd);
148 cverb << vbfd << "fdopen_bfd failed for " << image_path << endl;
  /external/chromium_org/chrome/common/extensions/manifest_handlers/
theme_handler.cc 203 base::FilePath image_path = extension->path().Append( local
205 if (!base::PathExists(image_path)) {
208 image_path.LossyDisplayName());
  /external/oprofile/pp/
common_option.cpp 34 vector<string> image_path; member in namespace:options
48 popt::option(options::image_path, "image-path", 'p',
  /external/chromium/chrome/common/extensions/
extension_file_util.cc 164 FilePath image_path = extension->path().AppendASCII(val); local
165 if (!file_util::PathExists(image_path)) {
168 image_path.LossyDisplayName());
  /external/chromium_org/chrome/browser/chromeos/login/
user_image_manager_browsertest.cc 135 const base::FilePath& image_path) {
142 "path" , new base::StringValue(image_path.value()));
150 const base::FilePath& image_path) {
160 EXPECT_EQ(image_path.value(), actual_image_path);
173 // Verifies that old user image info matches |image_index| and |image_path|
177 const base::FilePath& image_path) {
179 username, image_index, image_path);
184 // Verifies that new user image info matches |image_index| and |image_path|
188 const base::FilePath& image_path) {
190 username, image_index, image_path);
198 base::FilePath image_path = GetUserImagePath(username, "png"); local
    [all...]
user_image_manager_impl.cc 161 bool SaveImage(const UserImage& user_image, const base::FilePath& image_path) {
176 file_util::WriteFile(image_path,
208 // Loads the image at |image_path| or one of the default images, depending on
211 void LoadImage(base::FilePath image_path,
294 void UserImageManagerImpl::Job::LoadImage(base::FilePath image_path,
302 image_path_ = image_path;
311 // Load the user image from a file referenced by |image_path|. This happens
548 std::string image_path; local
549 image_properties->GetString(kImagePathNodeName, &image_path);
553 DCHECK(!image_path.empty() || image_index == User::kProfileImageIndex)
587 std::string image_path; local
995 std::string image_path; local
    [all...]
  /external/qemu/memcheck/
memcheck_proc_management.h 49 char* image_path; member in struct:ProcDesc
65 /* ProcDesc->image_path has been replaced during process execution. */
  /external/chromium/chrome/browser/chromeos/login/
user_manager.cc 57 const std::string& image_path) {
61 images_update->SetWithoutPathExpansion(username, new StringValue(image_path));
69 const FilePath& image_path,
78 if (file_util::WriteFile(image_path,
89 username, image_path.value()));
93 void DeleteUserImage(const FilePath& image_path) {
95 if (!file_util::Delete(image_path, false)) {
261 std::string image_path; local
264 prefs_images->GetStringWithoutPathExpansion(email, &image_path)) {
266 if (IsDefaultImagePath(image_path, &default_image_id))
429 FilePath image_path = GetImagePathForUser(username); local
466 std::string image_path; local
    [all...]
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
picasa_file_util_unittest.cc 557 base::FilePath image_path = temp_dir.path().AppendASCII("img.jpg"); local
558 ASSERT_TRUE(WriteJPEGHeader(image_path));
562 albums_images[info.uid]["mapped_name.jpg"] = image_path;
593 EXPECT_EQ(image_path, platform_path_result);
  /external/chromium_org/chrome/browser/chromeos/policy/
device_local_account_browsertest.cc 1018 std::string image_path; local
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_info_cache.cc 121 const base::FilePath& image_path,
128 base::FilePath dir = image_path.DirName();
134 if (file_util::WriteFile(image_path,
147 void ReadBitmap(const base::FilePath& image_path,
153 if (!base::ReadFileToString(image_path, &image_data)) {
170 void DeleteBitmap(const base::FilePath& image_path) {
172 base::DeleteFile(image_path, false);
392 base::FilePath image_path = path.AppendASCII(file_name); local
395 base::Bind(&ReadBitmap, image_path, image),
639 base::FilePath image_path = path.AppendASCII(old_file_name) local
654 base::FilePath image_path = path.AppendASCII(new_file_name); local
    [all...]

Completed in 139 milliseconds