HomeSort by relevance Sort by last modified time
    Searched defs:screenshot_path (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/chromeos/login/
screenshot_tester.cc 106 base::FilePath screenshot_path = local
112 if (!base::CreateDirectory(screenshot_path.DirName())) {
114 << screenshot_path.DirName().value();
118 base::WriteFile(screenshot_path,
157 base::FilePath screenshot_path = golden_screenshots_dir_.AppendASCII( local
159 if (!base::PathExists(screenshot_path)) {
164 base::GetFileSize(screenshot_path, &golden_screenshot_size);
171 base::ReadFile(screenshot_path,
  /frameworks/native/cmds/dumpstate/
dumpstate.c 45 static char screenshot_path[PATH_MAX] = ""; variable
164 if (screenshot_path[0]) {
166 run_command(NULL, 10, "/system/bin/screencap", "-p", screenshot_path, NULL);
167 ALOGI("wrote screenshot: %s\n", screenshot_path);
544 strlcpy(screenshot_path, path, sizeof(screenshot_path));
545 strlcat(screenshot_path, ".png", sizeof(screenshot_path));
581 "--es", "android.intent.extra.SCREENSHOT", screenshot_path,
  /external/chromium_org/chrome/browser/ui/ash/
screenshot_taker.cc 86 void ReadFileAndCopyToClipboardLocal(const base::FilePath& screenshot_path) {
90 if (!base::ReadFileToString(screenshot_path, &(png_data->data()))) {
92 << screenshot_path.value();
123 const base::FilePath& screenshot_path)
126 screenshot_path_(screenshot_path) {
181 const base::FilePath& screenshot_path)> ShowNotificationCallback;
184 const base::FilePath& screenshot_path,
200 base::Bind(callback, result, screenshot_path));
204 const base::FilePath& screenshot_path,
207 DCHECK(!screenshot_path.empty())
430 base::FilePath screenshot_path = local
459 base::FilePath screenshot_path = local
572 screenshot_path, local
    [all...]

Completed in 197 milliseconds