Home
last modified time | relevance | path

Searched defs:path_str (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/modules/SdkExtensions/derive_classpath/
H A Dderive_classpath.cpp111 const std::string path_str(output_path); in WriteClasspathExports() local
/aosp12/art/runtime/jni/
H A Djava_vm_ext.cc1011 const char* path_str = path.empty() ? nullptr : path.c_str(); in LoadNativeLibrary() local