Home | History | Annotate | Download | only in idmap

Lines Matching refs:String8

14 #include <utils/String8.h>
23 Overlay(const String8& a, const String8& i, int p) :
31 String8 apk_path;
32 String8 idmap_path;
61 String8 flatten_path(const char *path)
65 return String8(tmp);
172 String8 filename = String8(idmap_dir);
204 String8 idmap_path(idmap_dir);
214 Overlay overlay(String8(overlay_apk_path), idmap_path, priority);