OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:remaining_path
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
create_directory_operation.cc
166
base::FilePath
remaining_path
;
local
168
directory_path, &
remaining_path
);
170
remaining_path
, callback);
185
base::FilePath
remaining_path
;
local
186
title.AppendRelativePath(relative_file_path, &
remaining_path
);
193
weak_ptr_factory_.GetWeakPtr(),
remaining_path
, callback));
197
const base::FilePath&
remaining_path
,
228
remaining_path
,
235
const base::FilePath&
remaining_path
,
249
if (
remaining_path
.empty())
[
all
...]
create_directory_operation.h
93
const base::FilePath&
remaining_path
,
102
const base::FilePath&
remaining_path
,
/external/chromium_org/google_apis/drive/
test_util.cc
118
std::string
remaining_path
;
local
119
if (!RemovePrefix(absolute_url.path(), "/files/", &
remaining_path
))
122
GetTestFilePath(
remaining_path
)).PassAs<net::test_server::HttpResponse>();
gdata_wapi_requests_unittest.cc
92
std::string
remaining_path
;
local
106
&
remaining_path
)) {
110
if (
remaining_path
.empty()) {
119
remaining_path
.substr(1), net::UnescapeRule::URL_SPECIAL_CHARS);
[
all
...]
Completed in 1781 milliseconds