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 122 std::vector<std::string> mIncludePaths;
220 Opts.mIncludePaths = Args->getAllArgValues(OPT_I);
494 Opts.mIncludePaths,
slang.h 142 std::vector<std::string> mIncludePaths;
192 mIncludePaths = IncludePaths;
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/discovery/
NdkDiscoveredPathInfo.java 47 private IPath[] mIncludePaths;
76 return mIncludePaths;
80 mIncludePaths = new IPath[pathStrings.size()];
83 mIncludePaths[i++] = new Path(path);
109 if (mIncludePaths != null && mSymbols != null) {
145 for (IPath include : mIncludePaths) {
197 mIncludePaths = includes.toArray(new IPath[includes.size()]);

Completed in 68 milliseconds