Lines Matching refs:string
29 std::string GetDexFileName(const std::string& jar_prefix, const std::string& prefix) { in GetDexFileName()
40 std::vector<std::string> GetLibCoreModuleNames(bool core_only) { in GetLibCoreModuleNames()
45 std::vector<std::string> modules{ in GetLibCoreModuleNames()
62 std::vector<std::string> GetLibCoreDexFileNames(const std::string& prefix, in GetLibCoreDexFileNames()
63 const std::vector<std::string>& modules) { in GetLibCoreDexFileNames()
64 std::vector<std::string> result; in GetLibCoreDexFileNames()
66 for (const std::string& module : modules) { in GetLibCoreDexFileNames()
72 std::vector<std::string> GetLibCoreDexFileNames(const std::string& prefix, bool core_only) { in GetLibCoreDexFileNames()
73 std::vector<std::string> modules = GetLibCoreModuleNames(core_only); in GetLibCoreDexFileNames()
77 std::vector<std::string> GetLibCoreDexLocations(const std::vector<std::string>& modules) { in GetLibCoreDexLocations()
81 std::vector<std::string> GetLibCoreDexLocations(bool core_only) { in GetLibCoreDexLocations()
82 std::vector<std::string> modules = GetLibCoreModuleNames(core_only); in GetLibCoreDexLocations()