Home
last modified time | relevance | path

Searched refs:outPath (Results 1 – 2 of 2) sorted by relevance

/cts/tools/utils/
Dandroid_api_description_splitter.py85 def __init__(self, xmlfile, outPath): argument
88 self.out = os.path.join(outPath, "xml")
/cts/tests/camera/libctscamera2jni/
Dnative-camera-jni.cpp2276 const char* outPath = (jOutPath == nullptr) ? nullptr : in nativeImageReaderTestBase() local
2278 if (outPath != nullptr) { in nativeImageReaderTestBase()
2279 ALOGI("%s: out path is %s", __FUNCTION__, outPath); in nativeImageReaderTestBase()
2316 readerListener.setDumpFilePathBase(outPath); in nativeImageReaderTestBase()
2441 if (outPath != nullptr) { in nativeImageReaderTestBase()
2442 env->ReleaseStringUTFChars(jOutPath, outPath); in nativeImageReaderTestBase()
2482 const char* outPath = env->GetStringUTFChars(jOutPath, nullptr); in Java_android_hardware_camera2_cts_NativeStillCaptureTest_testStillCaptureNative() local
2483 ALOGI("%s: out path is %s", __FUNCTION__, outPath); in Java_android_hardware_camera2_cts_NativeStillCaptureTest_testStillCaptureNative()
2522 readerListener.setDumpFilePathBase(outPath); in Java_android_hardware_camera2_cts_NativeStillCaptureTest_testStillCaptureNative()
2606 env->ReleaseStringUTFChars(jOutPath, outPath); in Java_android_hardware_camera2_cts_NativeStillCaptureTest_testStillCaptureNative()