Home
last modified time | relevance | path

Searched defs:index (Results 1 – 4 of 4) sorted by relevance

/bootable/recovery/updater/include/private/
Dcommands.h305 Command(Type type, size_t index, std::string cmdline, PatchInfo patch, TargetInfo target, in Command()
329 size_t index() const { in index() function
/bootable/recovery/updater/
Dcommands.cpp40 Command::Command(Type type, size_t index, std::string cmdline, HashTreeInfo hash_tree_info) in Command()
179 Command Command::Parse(const std::string& line, size_t index, std::string* err) { in Parse()
/bootable/recovery/applypatch/
Dfreecache.cpp126 unsigned int index; in GetLogIndex() local
/bootable/recovery/tools/image_generator/
DImageGenerator.java213 int index = text.indexOf(ANDROID_STRING); in addLine() local
222 int index = 0; in addLine() local