Searched refs:fileattr (Results 1 - 3 of 3) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/webapp/
H A DWebInfConfiguration.java339 * @param fileattr the file attribute to analyze and return from (supports type File and type String, all others return null)
342 private File asFile(Object fileattr) argument
344 if (fileattr == null)
348 if (fileattr instanceof File)
350 return (File)fileattr;
352 if (fileattr instanceof String)
354 return new File((String)fileattr);
/external/curl/tests/
H A Druntests.pl3361 my %fileattr = getpartattr("client", "file");
3362 my $filename=$fileattr{'name'};
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-darwin.c3096 static const attrspec fileattr[] = { local
3123 commonattr, volattr, dirattr, fileattr, forkattr

Completed in 713 milliseconds