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

  /external/chromium_org/build/android/gyp/
finalize_apk.py 32 def AlignApk(android_sdk_root, unaligned_path, final_path):
37 final_path,
  /external/chromium_org/content/browser/download/
download_item_impl_unittest.cc 679 base::FilePath final_path(base::FilePath(kDummyPath).AppendASCII("foo.bar"));
680 base::FilePath intermediate_path(final_path.InsertBeforeExtensionASCII("x"));
682 final_path.InsertBeforeExtensionASCII("y"));
687 callback.Run(final_path, DownloadItem::TARGET_DISPOSITION_OVERWRITE,
696 EXPECT_CALL(*download_file, RenameAndAnnotate(final_path, _))
698 final_path));
715 base::FilePath final_path(base::FilePath(kDummyPath).AppendASCII("foo.bar"));
716 base::FilePath intermediate_path(final_path.InsertBeforeExtensionASCII("x"));
718 final_path.InsertBeforeExtensionASCII("y"));
725 callback.Run(final_path, DownloadItem::TARGET_DISPOSITION_OVERWRITE
    [all...]
  /external/chromium/chrome/browser/
shell_integration_linux.cc 380 std::string final_path; local
382 if (!final_path.empty())
383 final_path += " ";
384 final_path += exec_tokenizer.token();
392 final_path += " --" + i->first;
394 final_path += " " + QuoteArgForDesktopFileExec("--" + i->first +
399 EscapeStringForDesktopFile(final_path) + "\n";
  /external/chromium_org/chrome/browser/safe_browsing/
download_protection_service_unittest.cc 807 base::FilePath final_path(FILE_PATH_LITERAL("bla.exe"));
819 EXPECT_CALL(item, GetTargetFilePath()).WillRepeatedly(ReturnRef(final_path));
    [all...]
  /external/chromium_org/chrome/browser/
shell_integration_linux.cc 735 std::string final_path = chrome_exe_path.value(); local
743 final_path += " --" + i->first;
745 final_path += " " + QuoteArgForDesktopFileExec("--" + i->first +
750 g_key_file_set_string(key_file, kDesktopEntry, "Exec", final_path.c_str());
    [all...]

Completed in 273 milliseconds