OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_target_path
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/download/
download_path_reservation_tracker.cc
295
base::FilePath
new_target_path
= download->GetTargetFilePath();
local
296
if (
new_target_path
!= last_target_path_) {
298
&UpdateReservation, download,
new_target_path
));
299
last_target_path_ =
new_target_path
;
download_path_reservation_tracker_unittest.cc
575
base::FilePath
new_target_path
(
577
ASSERT_FALSE(IsPathInUse(
new_target_path
));
579
.WillRepeatedly(ReturnRef(
new_target_path
));
583
EXPECT_TRUE(IsPathInUse(
new_target_path
));
589
EXPECT_FALSE(IsPathInUse(
new_target_path
));
Completed in 44 milliseconds