HomeSort by relevance Sort by last modified time
    Searched refs:fileattr (Results 1 - 2 of 2) 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/valgrind/coregrind/m_syswrap/
syswrap-darwin.c 2962 static const attrspec fileattr[] = { local
    [all...]

Completed in 967 milliseconds