/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/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/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...] |