HomeSort by relevance Sort by last modified time
    Searched refs:mOutputPath (Results 1 - 9 of 9) sorted by null

  /frameworks/compile/libbcc/lib/Core/
Linker.cpp 159 mOutputPath = pPath;
170 if (!mOutputPath.empty()) {
171 mLinker->emit(mOutputPath);
  /frameworks/compile/mclinker/tools/mcld/lib/Core/
Linker.cpp 152 mOutputPath = pPath;
163 if (!mOutputPath.empty()) {
164 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/libbcc/include/bcc/
Linker.h 69 std::string mOutputPath;
  /frameworks/compile/mclinker/tools/mcld/include/alone/
Linker.h 62 std::string mOutputPath;
  /frameworks/compile/slang/
slang_rs_reflection_base.h 53 std::string mOutputPath;
slang_rs_reflection_base.cpp 77 if(!SlangUtils::CreateDirectoryWithParents(mOutputPath, &errorMsg)) {
81 string cf(mOutputPath + OS_PATH_SEPARATOR_STR + name);
141 FILE *pfin = fopen((mOutputPath + filename).c_str(), "wt");
slang_rs_reflection_cpp.cpp 123 mOutputPath = OutputPathBase;
  /cts/tools/utils/
DescriptionGenerator.java 248 String mOutputPath;
258 mOutputPath = outputPath;
282 File file = new File(mOutputPath);

Completed in 1096 milliseconds