OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cr_path
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/download/
download_manager_unittest.cc
410
const FilePath
cr_path
(download_util::GetCrDownloadPath(new_path));
420
EXPECT_CALL(*download_file, Rename(
cr_path
)).WillOnce(Return(true));
476
const FilePath
cr_path
(download_util::GetCrDownloadPath(new_path));
486
EXPECT_CALL(*download_file, Rename(
cr_path
)).WillOnce(Return(true));
516
EXPECT_FALSE(file_util::PathExists(
cr_path
));
531
const FilePath
cr_path
(download_util::GetCrDownloadPath(new_path));
569
download_file->Rename(
cr_path
);
598
EXPECT_FALSE(file_util::PathExists(
cr_path
));
download_util.cc
864
FilePath
cr_path
= GetCrDownloadPath(path);
local
868
DeleteUniqueDownloadFile(
cr_path
, index);
[
all
...]
Completed in 761 milliseconds