Home
last modified time | relevance | path

Searched refs:Exec (Results 1 – 19 of 19) sorted by relevance

/frameworks/native/cmds/installd/
Dotapreopt_utils.h34 bool Exec(const std::vector<std::string>& arg_vector, std::string* error_msg);
Dotapreopt_utils.cpp33 bool Exec(const std::vector<std::string>& arg_vector, std::string* error_msg) { in Exec() function
Ddexopt.cpp226 void Exec(int exit_code) { in Exec() function in android::installd::ExecVHelper
799 void Exec() { in Exec() function in android::installd::RunProfman
800 ExecVHelper::Exec(DexoptReturnCodes::kProfmanExec); in Exec()
835 profman_merge.Exec(); in analyze_profiles()
950 profman_dump.Exec(); in dump_profiles()
1802 run_dexopt_analyzer.Exec(kSecondaryDexDexoptAnalyzerSkippedFailExec); in get_class_loader_context_dex_paths()
1956 run_dexopt_analyzer.Exec(kSecondaryDexDexoptAnalyzerSkippedFailExec); in process_secondary_dex_dexopt()
2171 runner.Exec(DexoptReturnCodes::kDex2oatExec); in dexopt()
2741 args.Exec(); in create_app_profile_snapshot()
2834 args.Exec(); in create_boot_image_profile_snapshot()
[all …]
Dotapreopt_chroot.cpp252 bool exec_result = Exec(cmd, &error_msg); in otapreopt_chroot()
Dotapreopt.cpp493 bool result = Exec(cmd, &error_msg); in Dex2oatBootImage()
/frameworks/opt/gamesdk/samples/tuningfork/tftestapp/app/
Dbuild.gradle40 task buildTuningForkBinFiles(type: Exec) {
/frameworks/compile/mclinker/include/mcld/
DLinkerConfig.h31 enum CodeGenType { Unknown, Object, DynObj, Exec, External, Binary }; enumerator
/frameworks/compile/mclinker/lib/Core/
DLinker.cpp149 if (LinkerConfig::Exec == m_pConfig->codeGenType()) { in normalize()
266 case mcld::LinkerConfig::Exec: in emit()
/frameworks/compile/mclinker/lib/Target/X86/
DX86PLT.cpp54 LinkerConfig::Exec == m_Config.codeGenType() || in X86PLT()
175 if (LinkerConfig::Exec == m_Config.codeGenType()) in applyPLT1()
/frameworks/compile/mclinker/include/mcld/MC/
DInput.h37 Exec, enumerator
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsELFDynamic.cpp79 if (LinkerConfig::Exec != m_pConfig.codeGenType()) in getBaseAddress()
/frameworks/compile/mclinker/lib/LD/
DELFObjectWriter.cpp122 bool is_exec = m_Config.codeGenType() == LinkerConfig::Exec; in writeObject()
233 case LinkerConfig::Exec: in writeELFHeader()
500 LinkerConfig::Exec == pConfig.codeGenType()) { in emitRel()
542 LinkerConfig::Exec == pConfig.codeGenType()) { in emitRela()
DGarbageCollection.cpp229 if (LinkerConfig::Exec == m_Config.codeGenType() || in getEntrySections()
DELFReader.cpp291 return Input::Exec; in fileType()
785 return Input::Exec; in fileType()
/frameworks/multidex/library/
Dbuild.gradle22 task makeVersionFile(type:Exec) {
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonPLT.cpp40 LinkerConfig::Exec == pConfig.codeGenType() || in HexagonPLT()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp190 case LinkerConfig::Exec: in initStdSections()
667 case LinkerConfig::Exec: in getOutputFormat()
685 case LinkerConfig::Exec: in getOutputFormat()
765 case LinkerConfig::Exec: in sizeNamePools()
2642 LinkerConfig::Exec == config().codeGenType() || in isDynamicSymbol()
2661 LinkerConfig::Exec == config().codeGenType() || in isDynamicSymbol()
2732 (LinkerConfig::Exec == config().codeGenType() || in symbolNeedsDynRel()
2783 (LinkerConfig::Exec != config().codeGenType() && in symbolFinalValueIsKnown()
2874 case LinkerConfig::Exec: in sortRelocation()
/frameworks/compile/mclinker/tools/mcld/
DMain.cpp223 case mcld::LinkerConfig::Exec: { in ConfigureOutputName()
497 config_.setCodeGenType(mcld::LinkerConfig::Exec); in TranslateArguments()
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp659 (LinkerConfig::Exec == m_Config.codeGenType() || in prelayout()