OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:handleFile
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Email/emailcommon/src/org/apache/commons/io/
DirectoryWalker.java
76
* protected void
handleFile
(File file, int depth, Collection results) {
234
* protected void
handleFile
(File file, int depth, Collection results) throws IOException {
367
handleFile
(childFile, childDepth, results);
385
* typically {@link #
handleFile
}, may take a long time to run. In that case,
517
protected void
handleFile
(File file, int depth, Collection results) throws IOException {
/external/emma/core/java12/com/vladium/util/
IPathEnumerator.java
43
void
handleFile
(File pathDir, File file);
193
handler.
handleFile
(currentPathDir, child);
/external/emma/core/java12/com/vladium/emma/rt/
ClassPathProcessorST.java
184
public void
handleFile
(final File pathDir, final File file)
186
if (m_log.atTRACE2 ()) m_log.trace2 ("
handleFile
", "[" + pathDir + "] [" + file + "]");
/external/icu4c/tools/tzcode/
tz2icu.cpp
536
void
handleFile
(string path, string id) {
598
* Recursively scan the given directory, calling
handleFile
() for each
625
handleFile
(path, id);
676
//
handleFile
(path, id);
689
handleFile
(subfiles[i], subfiles[i+1]);
[
all
...]
/external/emma/core/java12/com/vladium/emma/instr/
InstrProcessorST.java
402
public final void
handleFile
(final File pathDir, final File file)
405
if (log.atTRACE2 ()) log.trace2 ("
handleFile
", "[" + pathDir + "] [" + file + "]");
[
all
...]
/external/emma/lib/
emma.jar
Completed in 137 milliseconds