OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fileattr
(Results
1 - 3
of
3
) sorted by null
/external/jetty/src/java/org/eclipse/jetty/webapp/
WebInfConfiguration.java
339
* @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
)
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/
runtests.pl
[
all
...]
/external/valgrind/coregrind/m_syswrap/
syswrap-darwin.c
3096
static const attrspec
fileattr
[] = {
local
[
all
...]
Completed in 495 milliseconds