/external/qemu/memcheck/ |
D | memcheck_proc_management.c | 111 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 …]
|
D | memcheck.c | 71 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()
|
D | memcheck_proc_management.h | 49 char* image_path; member
|
D | memcheck_util.c | 221 proc->image_path, proc->pid); in memcheck_dump_malloc_desc()
|
/external/chromium/chrome/browser/chromeos/login/ |
D | user_manager.cc | 57 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 …]
|
D | user_manager.h | 109 const std::string& image_path);
|
/external/oprofile/libutil++/ |
D | op_spu_bfd.cpp | 63 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()
|
D | op_bfd.cpp | 119 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()
|
D | bfd_support.cpp | 56 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/ |
D | opreport_options.cpp | 253 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()
|
D | common_option.h | 27 extern std::vector<std::string> image_path;
|
D | common_option.cpp | 34 vector<string> image_path; variable 48 popt::option(options::image_path, "image-path", 'p',
|
D | oparchive_options.cpp | 100 profile_spec::create(spec.common, image_path, root_path); in handle_options()
|
D | opgprof_options.cpp | 113 profile_spec::create(spec.common, options::image_path, in handle_options()
|
D | opannotate_options.cpp | 125 profile_spec::create(spec.common, options::image_path, in handle_options()
|
/external/oprofile/libpp/ |
D | profile_spec.cpp | 303 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()
|
D | profile_spec.h | 42 std::vector<std::string> const & image_path,
|
/external/chromium/chrome/common/extensions/ |
D | extension_file_util.cc | 164 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/ |
D | ChangeLog-2007 | 237 automatically and --image_path will be obsoleted when used with an
|
/external/webkit/Tools/ |
D | ChangeLog-2011-02-16 | 9381 number and no longer require the image_path argument (Chromium's 9382 drivers now synthesize the image_path from the worker number
|