Searched refs:core_only (Results 1 – 3 of 3) sorted by relevance
40 std::vector<std::string> GetLibCoreModuleNames(bool core_only) { in GetLibCoreModuleNames() argument54 if (!core_only) { in GetLibCoreModuleNames()72 std::vector<std::string> GetLibCoreDexFileNames(const std::string& prefix, bool core_only) { in GetLibCoreDexFileNames() argument73 std::vector<std::string> modules = GetLibCoreModuleNames(core_only); in GetLibCoreDexFileNames()81 std::vector<std::string> GetLibCoreDexLocations(bool core_only) { in GetLibCoreDexLocations() argument82 std::vector<std::string> modules = GetLibCoreModuleNames(core_only); in GetLibCoreDexLocations()
32 std::vector<std::string> GetLibCoreModuleNames(bool core_only = false);40 std::vector<std::string> GetLibCoreDexFileNames(const std::string& prefix, bool core_only = false);47 std::vector<std::string> GetLibCoreDexLocations(bool core_only = false);
96 bool core_only = false; member135 GetLibCoreDexFileNames(options.android_root, options.core_only); in GenerateBootImage()136 std::vector<std::string> dex_locations = GetLibCoreDexLocations(options.core_only); in GenerateBootImage()211 options.core_only = result == ParseBoolResult::kTrue; in Main()