OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:systraceassets
(Results
1 - 1
of
1
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DeviceView.java
571
final File
systraceAssets
= new File(DdmsPlugin.getPlatformToolsFolder(), "systrace"); //$NON-NLS-1$
572
if (!
systraceAssets
.isDirectory()) {
672
SystraceOutputParser.getJs(
systraceAssets
),
673
SystraceOutputParser.getCss(
systraceAssets
),
674
SystraceOutputParser.getHtmlPrefix(
systraceAssets
),
675
SystraceOutputParser.getHtmlSuffix(
systraceAssets
));
[
all
...]
Completed in 261 milliseconds