OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
674
base::FilePath
final_path
(base::FilePath(kDummyPath).AppendASCII("foo.bar"));
675
base::FilePath intermediate_path(
final_path
.InsertBeforeExtensionASCII("x"));
677
final_path
.InsertBeforeExtensionASCII("y"));
682
callback.Run(
final_path
, DownloadItem::TARGET_DISPOSITION_OVERWRITE,
691
EXPECT_CALL(*download_file, RenameAndAnnotate(
final_path
, _))
693
final_path
));
710
base::FilePath
final_path
(base::FilePath(kDummyPath).AppendASCII("foo.bar"));
711
base::FilePath intermediate_path(
final_path
.InsertBeforeExtensionASCII("x"));
713
final_path
.InsertBeforeExtensionASCII("y"));
720
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
751
std::string
final_path
= chrome_exe_path.value();
local
759
final_path
+= " --" + i->first;
761
final_path
+= " " + QuoteArgForDesktopFileExec("--" + i->first +
766
g_key_file_set_string(key_file, kDesktopEntry, "Exec",
final_path
.c_str());
[
all
...]
Completed in 154 milliseconds