OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:result_path
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/media_galleries/fileapi/
itunes_data_provider.cc
113
// |
result_path
| is set if |locale_string| maps to a localized directory name
119
base::FilePath*
result_path
) {
123
DCHECK(
result_path
);
135
*
result_path
= localized_auto_add_path;
186
base::FilePath
result_path
;
local
191
&
result_path
)) {
192
return
result_path
;
196
language, &
result_path
)) {
197
return
result_path
;
203
"en", &
result_path
)) {
[
all
...]
/frameworks/compile/mclinker/lib/Support/
Path.cpp
194
Path
result_path
(m_PathName.substr(begin_pos, end_pos - begin_pos));
195
return
result_path
;
201
Path
result_path
(m_PathName.substr(begin_pos));
202
return
result_path
;
/external/chromium_org/content/browser/download/
download_file_unittest.cc
251
base::FilePath
result_path
;
local
270
base::FilePath
result_path
;
local
309
const base::FilePath&
result_path
) {
315
*result_path_p =
result_path
;
/external/llvm/lib/Support/Windows/
Path.inc
135
SmallVectorImpl<char> &
result_path
,
138
// Use
result_path
as temp storage.
139
result_path
.set_size(0);
140
StringRef m = model.toStringRef(
result_path
);
247
// Set
result_path
to the utf-8 representation of the path.
249
random_path_utf16.size(),
result_path
)) {
[
all
...]
Completed in 237 milliseconds