OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:target_path_
(Results
1 - 9
of
9
) 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
local_to_remote_syncer.cc
149
target_path_
= active_ancestor_path.Append(missing_components[0]);
159
target_path_
= active_ancestor_path;
173
target_path_
= url_.path();
174
DCHECK(
target_path_
== active_ancestor_path);
193
target_path_
= url_.path();
194
DCHECK(
target_path_
== active_ancestor_path.Append(missing_components[0]));
204
if (status == SYNC_STATUS_OK &&
target_path_
!= url_.path()) {
240
base::FilePath title = fileapi::VirtualPath::BaseName(
target_path_
);
427
base::FilePath title = fileapi::VirtualPath::BaseName(
target_path_
);
518
base::FilePath title = fileapi::VirtualPath::BaseName(
target_path_
);
[
all
...]
/external/chromium_org/chrome/installer/util/
installer_state.cc
373
if (!
target_path_
.empty()) {
379
target_path_
.value())) {
411
if (
target_path_
.empty()) {
413
target_path_
= GetDefaultProductInstallPath(the_product.distribution());
415
target_path_
= *product_dir;
526
if (state != NULL &&
target_path_
.IsParent(state->GetSetupPath())) {
600
target_path_
.clear();
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
installer_state_unittest.cc
53
target_path_
= target_path;
/external/chromium_org/content/browser/download/
download_item_impl.cc
119
target_path_
(target_path),
224
target_path_
(path),
586
return
target_path_
;
598
return
target_path_
.BaseName();
[
all
...]
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 191 milliseconds