OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_settingsfile
(Results
1 - 2
of
2
) sorted by null
/external/emma/ant/ant14/com/vladium/emma/ant/
GenericCfg.java
54
m_settingsFile
= file; // actual file I/O is done in getFileSettings()
74
if ((fileSettings == null) && (
m_settingsFile
!= null))
78
fileSettings = EMMAProperties.wrap (Property.getPropertiesFromFile (
m_settingsFile
));
83
+ ": property file [" +
m_settingsFile
.getAbsolutePath () + "] could not be read" , ioe, m_task.getLocation ()).fillInStackTrace ();
144
private File
m_settingsFile
; // can be null
/external/emma/lib/
emma_ant.jar
Completed in 81 milliseconds