OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:result_path
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/build/android/gyp/
lint.py
23
result_path
, product_dir, src_dirs, classes_dir):
45
with open(
result_path
, 'rb') as f:
49
with open(
result_path
, 'wb') as f:
53
dom = minidom.parse(
result_path
)
82
'--xml', _RelativizePath(
result_path
),
88
if os.path.exists(
result_path
):
89
os.remove(
result_path
)
95
if not os.path.exists(
result_path
):
107
_RelativizePath(
result_path
),
111
_RelativizePath(
result_path
)))
[
all
...]
/external/chromium_org/build/android/lint/
suppress.py
61
def _ParseAndMergeResultFile(
result_path
, issues_dict):
62
print 'Parsing and merging %s' %
result_path
63
dom = minidom.parse(
result_path
)
98
def _Suppress(config_path,
result_path
):
100
_ParseAndMergeResultFile(
result_path
, issues_dict)
/external/chromium_org/chrome/browser/media_galleries/fileapi/
itunes_data_provider.cc
81
// |
result_path
| is set if |locale_string| maps to a localized directory name
87
base::FilePath*
result_path
) {
91
DCHECK(
result_path
);
103
*
result_path
= localized_auto_add_path;
154
base::FilePath
result_path
;
local
159
&
result_path
)) {
160
return
result_path
;
164
language, &
result_path
)) {
165
return
result_path
;
171
"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/chrome/browser/chromeos/drive/file_system/
create_directory_operation.cc
117
base::FilePath
result_path
(components[0]);
123
result_path
=
result_path
.Append(components[i]);
133
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
;
Completed in 383 milliseconds