HomeSort by relevance Sort by last modified time
    Searched defs:mIncludePaths (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/slang/
llvm-rs-cc.cpp 106 std::vector<std::string> mIncludePaths;
189 Opts.mIncludePaths = Args->getAllArgValues(OPT_I);
441 Opts.mIncludePaths,
slang.h 144 std::vector<std::string> mIncludePaths;
190 mIncludePaths = IncludePaths;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt.ndk/src/com/android/ide/eclipse/adt/ndk/internal/discovery/
NdkDiscoveredPathInfo.java 47 private IPath[] mIncludePaths;
74 return mIncludePaths;
78 mIncludePaths = new IPath[pathStrings.size()];
81 mIncludePaths[i++] = new Path(path);
105 if (mIncludePaths != null && mSymbols != null) {
141 for (IPath include : mIncludePaths) {
193 mIncludePaths = includes.toArray(new IPath[includes.size()]);

Completed in 29 milliseconds