Home
last modified time | relevance | path

Searched refs:context_path (Results 1 – 3 of 3) sorted by relevance

/art/libartservice/service/native/
Dservice.cc100 std::string context_path = std::filesystem::path(dex_dir).append(context_element); in ValidateClassLoaderContext() local
101 OR_RETURN(ValidateDexPath(context_path)); in ValidateClassLoaderContext()
/art/odrefresh/
Dodrefresh.cc2049 std::string context_path = Join(classloader_context, ':'); in RunDex2oatForSystemServer() local
2051 args.Add("--class-loader-context=PCL[%s]", context_path); in RunDex2oatForSystemServer()
2053 args.Add("--class-loader-context=PCL[];PCL[%s]", context_path); in RunDex2oatForSystemServer()
/art/artd/
Dartd.cc1106 std::string context_path = std::filesystem::path(dex_dir).append(context_element); in dexopt() local
1107 OR_RETURN_FATAL(ValidateDexPath(context_path)); in dexopt()
1108 std::unique_ptr<File> context_file = OR_RETURN_NON_FATAL(OpenFileForReading(context_path)); in dexopt()