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

  /external/qemu/memcheck/
memcheck_proc_management.c 111 new_proc->image_path = NULL;
135 parent->image_path, parent_pid, pid);
145 parent->image_path, parent_pid, pid);
241 * image_path - Image path to the process, transmitted with
250 const char* image_path,
253 if (image_path == NULL || proc == NULL) {
257 if (proc->image_path != NULL) {
263 if (!strcmp(proc->image_path, image_path)) {
267 qemu_free(proc->image_path);
    [all...]
memcheck.c 71 proc->image_path, proc->pid, ptr, routine == 1 ? "free" : "realloc",
111 proc->image_path, proc->pid);
393 proc->image_path, proc->pid);
508 proc->image_path, proc->pid);
memcheck_proc_management.h 49 char* image_path; member in struct:ProcDesc
65 /* ProcDesc->image_path has been replaced during process execution. */
memcheck_util.c 221 proc->image_path, proc->pid);
  /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;
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;
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());
  /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...]
user_manager.h 109 const std::string& image_path);
  /external/oprofile/pp/
common_option.h 27 extern std::vector<std::string> image_path;
oparchive_options.cpp 100 profile_spec::create(spec.common, image_path, root_path);
opgprof_options.cpp 113 profile_spec::create(spec.common, options::image_path,
opreport_options.cpp 253 profile_spec::create(spec, options::image_path,
298 if (!image_path.empty())
299 xml_utils::add_option(IMAGE_PATH, image_path);
opannotate_options.cpp 125 profile_spec::create(spec.common, options::image_path,
common_option.cpp 34 vector<string> image_path; member in namespace:options
48 popt::option(options::image_path, "image-path", 'p',
  /external/oprofile/libpp/
profile_spec.h 42 std::vector<std::string> const & image_path,
profile_spec.cpp 303 vector<string> const & image_path,
332 vector<string>::const_iterator ip_it = image_path.begin();
333 for ( ; ip_it != image_path.end(); ++ip_it) {
342 spec.extra_found_images.populate(image_path, spec.get_archive_path(),
  /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());

Completed in 4012 milliseconds