The open source OpenXR runtime
at prediction-2 14 lines 374 B view raw
1// Copyright 2022, Qualcomm Innovation Center, Inc. 2// SPDX-License-Identifier: BSL-1.0 3// Author: Jarvis Huang 4 5#include "java.io.h" 6 7namespace wrap { 8namespace java::io { 9File::Meta::Meta() 10 : MetaBase(File::getTypeName()), 11 getAbsolutePath( 12 classRef().getMethod("getAbsolutePath", "()Ljava/lang/String;")) {} 13} // namespace java::io 14} // namespace wrap