OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mOutputPath
(Results
1 - 7
of
7
) sorted by null
/frameworks/compile/mclinker/tools/mcld/lib/Core/
Linker.cpp
154
mOutputPath
= pPath;
165
if (!
mOutputPath
.empty()) {
166
mLinker->emit(
mOutputPath
);
/cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/
XmlGenerator.java
70
private final String
mOutputPath
;
86
mOutputPath
= outputPath;
92
if (
mOutputPath
!= null) {
93
File outputFile = new File(
mOutputPath
);
/frameworks/compile/mclinker/tools/mcld/include/alone/
Linker.h
62
std::string
mOutputPath
;
/frameworks/compile/slang/
slang_rs_reflection_base.h
54
std::string
mOutputPath
;
slang_rs_reflection_base.cpp
79
if(!SlangUtils::CreateDirectoryWithParents(
mOutputPath
, &errorMsg)) {
83
string cf(
mOutputPath
+ OS_PATH_SEPARATOR_STR + name);
143
FILE *pfin = fopen((
mOutputPath
+ filename).c_str(), "wt");
slang_rs_reflection_cpp.cpp
125
mOutputPath
= OutputPathBase + OS_PATH_SEPARATOR_STR;
/cts/tools/utils/
DescriptionGenerator.java
248
String
mOutputPath
;
258
mOutputPath
= outputPath;
282
File file = new File(
mOutputPath
);
Completed in 229 milliseconds