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
41
def AlignApk(zipalign_path, unaligned_path,
final_path
):
46
final_path
,
/external/chromium_org/content/browser/download/
download_item_impl_unittest.cc
705
base::FilePath
final_path
(base::FilePath(kDummyPath).AppendASCII("foo.bar"));
706
base::FilePath intermediate_path(
final_path
.InsertBeforeExtensionASCII("x"));
708
final_path
.InsertBeforeExtensionASCII("y"));
713
callback.Run(
final_path
, DownloadItem::TARGET_DISPOSITION_OVERWRITE,
722
EXPECT_CALL(*download_file, RenameAndAnnotate(
final_path
, _))
724
final_path
));
741
base::FilePath
final_path
(base::FilePath(kDummyPath).AppendASCII("foo.bar"));
742
base::FilePath intermediate_path(
final_path
.InsertBeforeExtensionASCII("x"));
744
final_path
.InsertBeforeExtensionASCII("y"));
751
callback.Run(
final_path
, DownloadItem::TARGET_DISPOSITION_OVERWRITE
[
all
...]
/external/chromium_org/chrome/browser/safe_browsing/
download_protection_service_unittest.cc
[
all
...]
/external/lldb/tools/driver/
Driver.cpp
685
char
final_path
[PATH_MAX];
local
686
file.GetPath (
final_path
, sizeof(
final_path
));
687
std::string path_str (
final_path
);
[
all
...]
/external/chromium_org/chrome/browser/
shell_integration_linux.cc
814
std::string
final_path
= QuoteCommandLineForDesktopFileExec(command_line);
local
815
g_key_file_set_string(key_file, kDesktopEntry, "Exec",
final_path
.c_str());
[
all
...]
Completed in 1874 milliseconds