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

1 2

  /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. */
  /external/chromium_org/chrome/browser/chromeos/login/
user_image_manager_browsertest.cc 93 const base::FilePath& image_path) {
100 "path" , new base::StringValue(image_path.value()));
108 const base::FilePath& image_path) {
118 EXPECT_EQ(image_path.value(), actual_image_path);
131 // Verifies that old user image info matches |image_index| and |image_path|
135 const base::FilePath& image_path) {
137 username, image_index, image_path);
142 // Verifies that new user image info matches |image_index| and |image_path|
146 const base::FilePath& image_path) {
148 username, image_index, image_path);
156 base::FilePath image_path = GetUserImagePath(username, "png"); local
    [all...]
user_image_manager_impl.cc 141 void DeleteImageFile(const std::string& image_path) {
142 if (image_path.empty())
144 base::FilePath fp(image_path);
227 std::string image_path; local
228 image_properties->GetString(kImagePathNodeName, &image_path);
233 DCHECK(!image_path.empty() || image_index == User::kProfileImageIndex);
240 if (!image_path.empty()) {
254 image_path, 0 /* no resize */,
304 std::string image_path; local
305 image_properties->GetString(kImagePathNodeName, &image_path);
393 std::string image_path; local
780 std::string image_path; local
    [all...]
user_image_manager_impl.h 98 const base::FilePath& image_path,
106 const std::string& image_path,
111 // Saves |image| to the specified |image_path|. Runs on FILE thread.
113 const base::FilePath& image_path);
  /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/chromium_org/ui/resources/resource_check/
resource_scale_factors.py 88 image_path = self.input_api.os_path.join(self.paths[i][1], f)
89 if not os.path.exists(image_path):
93 scaled_dimensions = ImageSize(image_path)
100 self.input_api.os_path.join(repository_path, image_path),
  /external/chromium_org/content/test/
image_decoder_test.h 55 // Tests if decoder decodes image at image_path with underlying frame at
58 void TestWebKitImageDecoder(const base::FilePath& image_path,
image_decoder_test.cc 169 void ImageDecoderTest::TestWebKitImageDecoder(const base::FilePath& image_path,
180 ReadFileToVector(image_path, &image_contents);
198 EXPECT_FALSE(decoder->isFailed()) << image_path.value();
207 if (ShouldImageFail(image_path)) {
214 EXPECT_FALSE(decoder->isFailed()) << image_path.value();
224 VerifyImage(*decoder, image_path, md5_sum_path, desired_frame_index);
  /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/chromium_org/chrome/browser/profiles/
profile_info_cache.cc 118 const base::FilePath& image_path,
125 base::FilePath dir = image_path.DirName();
131 if (file_util::WriteFile(image_path,
144 void ReadBitmap(const base::FilePath& image_path,
150 if (!file_util::ReadFileToString(image_path, &image_data)) {
167 void DeleteBitmap(const base::FilePath& image_path) {
169 base::DeleteFile(image_path, false);
370 base::FilePath image_path = path.AppendASCII(file_name); local
373 base::Bind(&ReadBitmap, image_path, image),
590 base::FilePath image_path = path.AppendASCII(old_file_name) local
605 base::FilePath image_path = path.AppendASCII(new_file_name); local
    [all...]
  /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_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/skia/tools/skpdiff/
skpdiff_server.py 95 def download_gm_image(image_name, image_path, hash_val):
99 @param image_path Path to place the image.
114 download_file(image_url, image_path)
397 for image_path in rebaselines:
399 is_actual, expectation = self.image_map[image_path]

Completed in 720 milliseconds

1 2