Searched refs:context_path (Results 1 – 3 of 3) sorted by relevance
100 std::string context_path = std::filesystem::path(dex_dir).append(context_element); in ValidateClassLoaderContext() local101 OR_RETURN(ValidateDexPath(context_path)); in ValidateClassLoaderContext()
2049 std::string context_path = Join(classloader_context, ':'); in RunDex2oatForSystemServer() local2051 args.Add("--class-loader-context=PCL[%s]", context_path); in RunDex2oatForSystemServer()2053 args.Add("--class-loader-context=PCL[];PCL[%s]", context_path); in RunDex2oatForSystemServer()
1106 std::string context_path = std::filesystem::path(dex_dir).append(context_element); in dexopt() local1107 OR_RETURN_FATAL(ValidateDexPath(context_path)); in dexopt()1108 std::unique_ptr<File> context_file = OR_RETURN_NON_FATAL(OpenFileForReading(context_path)); in dexopt()