Searched defs:_path (Results 1 - 14 of 14) sorted by relevance

/external/selinux/libsepol/cil/src/
H A Dcil_parser.c43 int cil_parser(char *_path, char *buffer, uint32_t size, struct cil_tree **parse_tree) argument
52 char *path = cil_strpool_add(_path);
/external/jetty/src/java/org/eclipse/jetty/http/
H A DHttpCookie.java28 private final String _path; field in class:HttpCookie
43 _path = null;
58 _path = path;
74 _path = null;
88 _path = path;
103 _path = path;
160 return _path;
H A DHttpURI.java71 int _path; field in class:HttpURI
147 _path=_end;
197 if (_port<_path)
198 _portValue=TypeUtil.parseInt(_raw, _port+1, _path-_port-1,10);
201 _path=offset;
219 _path=offset;
253 _path=s;
270 _path=_end;
318 _path = m;
371 _path
[all...]
/external/jetty/src/java/org/eclipse/jetty/servlets/
H A DCGI.java72 private String _path; field in class:CGI
133 _path = getInitParameter("Path");
134 if (_path != null)
135 _env.set("PATH",_path);
174 LOG.debug("CGI: _path : " + _path);
/external/jetty/src/java/org/eclipse/jetty/util/resource/
H A DJarFileResource.java45 private String _path; field in class:JarFileResource
125 _path=_urlString.substring(sep+2);
126 if (_path.length()==0)
127 _path=null;
154 if (_jarUrl!=null && _path==null)
193 if (name.equals(_path))
197 _directory=_path.endsWith("/");
200 else if (_path.endsWith("/"))
202 if (name.startsWith(_path))
208 else if (name.startsWith(_path)
[all...]
/external/jetty/src/java/org/eclipse/jetty/server/
H A DDispatcher.java61 private final String _path; field in class:Dispatcher
76 _path=pathInContext;
93 _path=null;
178 attr._pathInfo=_path;
183 _contextHandler.handle(_path,baseRequest, (HttpServletRequest)request, (HttpServletResponse)response);
276 _contextHandler.handle(_path,baseRequest, (HttpServletRequest)request, (HttpServletResponse)response);
/external/jetty/src/java/org/eclipse/jetty/xml/
H A DXmlParser.java498 private String _path; field in class:XmlParser.Node
534 if (_path == null)
537 _path = getParent().getPath() + "/" + _tag;
539 _path = "/" + _tag;
541 return _path;
/external/lzma/CPP/7zip/UI/Common/
H A DUpdate.cpp611 UString _path; member in class:CCurrentDirRestorer
613 CCurrentDirRestorer() { NFile::NDirectory::MyGetCurrentDirectory(_path); }
615 bool RestoreDirectory() { return BOOLToBool(NFile::NDirectory::MySetCurrentDirectory(_path)); }
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/jetty/lib/
H A Djetty-util-6.1.26.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/util/ org/mortbay/util/ajax/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 1095 milliseconds