Home
last modified time | relevance | path

Searched defs:Exec (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/
DLinkerConfig.h31 enum CodeGenType { Unknown, Object, DynObj, Exec, External, Binary }; enumerator
/frameworks/compile/mclinker/include/mcld/MC/
DInput.h37 Exec, enumerator
/frameworks/native/cmds/installd/
Dotapreopt.cpp636 static bool Exec(const std::vector<std::string>& arg_vector, std::string* error_msg) { in Exec() function in android::installd::OTAPreoptService