HomeSort by relevance Sort by last modified time
    Searched full:entityfile (Results 1 - 10 of 10) sorted by null

  /frameworks/base/core/java/com/android/internal/backup/
LocalTransport.java 120 File entityFile = new File(packageDir, base64Key);
128 if (entityFile.exists()) {
129 entityFile.delete();
131 FileOutputStream entity = new FileOutputStream(entityFile);
143 Log.e(TAG, "Unable to update key file " + entityFile.getAbsolutePath());
149 entityFile.delete();
  /libcore/dom/src/test/resources/
staff.xml 7 <!ENTITY ent5 PUBLIC "entityURI" "entityFile" NDATA notation1>
staffNS.xml 8 <!ENTITY ent5 PUBLIC "entityURI" "entityFile" NDATA notation1>
staff.svg 7 <!ENTITY ent5 PUBLIC "entityURI" "entityFile" NDATA notation1>
staffNS.svg 8 <!ENTITY ent5 PUBLIC "entityURI" "entityFile" NDATA notation1>
  /libcore/luni/src/test/resources/nwf/
staff.xml 7 <!ENTITY ent5 PUBLIC "entityURI" "entityFile" NDATA notation1>
  /libcore/luni/src/test/resources/wf/
staff.xml 7 <!ENTITY ent5 PUBLIC "entityURI" "entityFile" NDATA notation1>
  /libcore/luni/src/test/resources/
simple_ns.xml 8 <!ENTITY ent5 PUBLIC "entityURI" "entityFile" NDATA notation1>
staffEntRes.xml 9 <!ENTITY ent5 PUBLIC "entityURI" "entityFile" NDATA notation1>
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
entitygetpublicid.java 82 assertURIEquals("systemId", null, null, null, "entityFile", null, null, null, null, systemId);

Completed in 152 milliseconds