Home
last modified time | relevance | path

Searched refs:image_path (Results 1 – 20 of 20) sorted by relevance

/external/qemu/memcheck/
Dmemcheck_proc_management.c111 new_proc->image_path = NULL; in create_new_process()
135 parent->image_path, parent_pid, pid); in create_new_process()
145 parent->image_path, parent_pid, pid); in create_new_process()
250 const char* image_path, in procdesc_set_image_path() argument
253 if (image_path == NULL || proc == NULL) { in procdesc_set_image_path()
257 if (proc->image_path != NULL) { in procdesc_set_image_path()
263 if (!strcmp(proc->image_path, image_path)) { in procdesc_set_image_path()
267 qemu_free(proc->image_path); in procdesc_set_image_path()
268 proc->image_path = NULL; in procdesc_set_image_path()
272 proc->image_path = qemu_malloc(strlen(image_path) + 1); in procdesc_set_image_path()
[all …]
Dmemcheck.c71 proc->image_path, proc->pid, ptr, routine == 1 ? "free" : "realloc", in av_invalid_pointer()
111 proc->image_path, proc->pid); in av_access_violation()
393 proc->image_path, proc->pid); in memcheck_guest_libc_initialized()
508 proc->image_path, proc->pid); in memcheck_guest_free()
Dmemcheck_proc_management.h49 char* image_path; member
Dmemcheck_util.c221 proc->image_path, proc->pid); in memcheck_dump_malloc_desc()
/external/chromium/chrome/browser/chromeos/login/
Duser_manager.cc57 const std::string& image_path) { in SavePathToLocalState() argument
61 images_update->SetWithoutPathExpansion(username, new StringValue(image_path)); in SavePathToLocalState()
69 const FilePath& image_path, in SaveImageToFile() argument
78 if (file_util::WriteFile(image_path, in SaveImageToFile()
89 username, image_path.value())); in SaveImageToFile()
93 void DeleteUserImage(const FilePath& image_path) { in DeleteUserImage() argument
95 if (!file_util::Delete(image_path, false)) { in DeleteUserImage()
261 std::string image_path; in GetUsers() local
264 prefs_images->GetStringWithoutPathExpansion(email, &image_path)) { in GetUsers()
266 if (IsDefaultImagePath(image_path, &default_image_id)) { in GetUsers()
[all …]
Duser_manager.h109 const std::string& image_path);
/external/oprofile/libutil++/
Dop_spu_bfd.cpp63 string const image_path = in op_bfd() local
66 cverb << vbfd << "op_bfd ctor for " << image_path << endl; in op_bfd()
70 fd = open(image_path.c_str(), O_RDONLY); in op_bfd()
72 cverb << vbfd << "open failed for " << image_path << endl; in op_bfd()
78 cverb << vbfd << "stat failed for " << image_path << endl; in op_bfd()
84 ibfd.abfd = spu_open_bfd(image_path, fd, spu_offset); in op_bfd()
87 cverb << vbfd << "fdopen_bfd failed for " << image_path << endl; in op_bfd()
Dop_bfd.cpp119 string const image_path = in op_bfd() local
122 cverb << vbfd << "op_bfd ctor for " << image_path << endl; in op_bfd()
126 cverb << vbfd << "can't locate " << image_path << endl; in op_bfd()
130 fd = open(image_path.c_str(), O_RDONLY); in op_bfd()
132 cverb << vbfd << "open failed for " << image_path << endl; in op_bfd()
138 cverb << vbfd << "stat failed for " << image_path << endl; in op_bfd()
145 ibfd.abfd = fdopen_bfd(image_path, fd); in op_bfd()
148 cverb << vbfd << "fdopen_bfd failed for " << image_path << endl; in op_bfd()
Dbfd_support.cpp56 string const image_path = extra.find_image_path(name, img_ok, true); in separate_debug_file_exists() local
61 name = image_path; in separate_debug_file_exists()
63 ifstream file(image_path.c_str()); in separate_debug_file_exists()
/external/oprofile/pp/
Dopreport_options.cpp253 profile_spec::create(spec, options::image_path, in process_spec()
298 if (!image_path.empty()) in handle_options()
299 xml_utils::add_option(IMAGE_PATH, image_path); in handle_options()
Dcommon_option.h27 extern std::vector<std::string> image_path;
Dcommon_option.cpp34 vector<string> image_path; variable
48 popt::option(options::image_path, "image-path", 'p',
Doparchive_options.cpp100 profile_spec::create(spec.common, image_path, root_path); in handle_options()
Dopgprof_options.cpp113 profile_spec::create(spec.common, options::image_path, in handle_options()
Dopannotate_options.cpp125 profile_spec::create(spec.common, options::image_path, in handle_options()
/external/oprofile/libpp/
Dprofile_spec.cpp303 vector<string> const & image_path, in create() argument
332 vector<string>::const_iterator ip_it = image_path.begin(); in create()
333 for ( ; ip_it != image_path.end(); ++ip_it) { in create()
342 spec.extra_found_images.populate(image_path, spec.get_archive_path(), in create()
Dprofile_spec.h42 std::vector<std::string> const & image_path,
/external/chromium/chrome/common/extensions/
Dextension_file_util.cc164 FilePath image_path = extension->path().AppendASCII(val); in ValidateExtension() local
165 if (!file_util::PathExists(image_path)) { in ValidateExtension()
168 image_path.LossyDisplayName()); in ValidateExtension()
/external/oprofile/
DChangeLog-2007237 automatically and --image_path will be obsoleted when used with an
/external/webkit/Tools/
DChangeLog-2011-02-169381 number and no longer require the image_path argument (Chromium's
9382 drivers now synthesize the image_path from the worker number