OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sourcename
(Results
1 - 25
of
73
) sorted by null
1
2
3
/cts/tools/dex-tools/test/dex/reader/util/
JavaSource.java
31
private final String
sourceName
;
33
public JavaSource(String
sourceName
, String sourceCode) {
34
super(URI.create("string:///" +
sourceName
.replace(".", "/") + ".java"),
36
this.
sourceName
=
sourceName
;
42
return
sourceName
;
/build/tools/atree/
files.h
25
string
sourceName
;
files.cpp
116
const string&
sourceName
, const string& outName)
122
rec.
sourceName
=
sourceName
;
345
string full = path_append(*it, rec->
sourceName
);
359
rec->listFile.c_str(), rec->listLine, rec->
sourceName
.c_str());
399
r.
sourceName
= path_append(rec.
sourceName
, entry);
400
r.sourcePath = path_append(rec.sourceBase, r.
sourceName
);
430
string full = path_append(rec.sourceBase, rec.
sourceName
);