OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mIncludePaths
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/slang/
rs_cc_options.h
45
std::vector<std::string>
mIncludePaths
;
slang.h
156
std::vector<std::string>
mIncludePaths
;
234
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 50 milliseconds