OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:target_path_
(Results
1 - 5
of
5
) sorted by null
/external/chromium/chrome/browser/chromeos/cros/
burn_library.cc
40
std::string
target_path_
;
member in class:chromeos::BurnLibraryImpl
101
if (
target_path_
== "") {
102
target_path_
= to_path.value();
139
target_path_
== status.target_path)
140
target_path_
= "";
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
local_to_remote_syncer.h
50
const base::FilePath& target_path() const { return
target_path_
; }
114
base::FilePath
target_path_
;
member in class:sync_file_system::drive_backend::LocalToRemoteSyncer
/external/chromium_org/chrome/installer/util/
installer_state.h
121
const base::FilePath& target_path() const { return
target_path_
; }
250
// [chrome.exe, old_chrome.exe, new_chrome.exe] in
target_path_
and
262
base::FilePath
target_path_
;
member in class:installer::InstallerState
/external/chromium_org/content/browser/download/
download_item_impl.h
396
// considered to be |
target_path_
.BaseName()|.
401
// |
target_path_
|. |current_path_| can be empty if the in-progress path hasn't
407
// download completes, we will rename the file to |
target_path_
|.
408
base::FilePath
target_path_
;
member in class:content::DownloadItemImpl
download_manager_impl_unittest.cc
548
target_path_
= target_path;
568
base::FilePath
target_path_
;
member in class:content::DownloadManagerTest
650
EXPECT_EQ(path,
target_path_
);
Completed in 107 milliseconds