Searched refs:sFilePath (Results 1 – 2 of 2) sorted by relevance
33 string sFilePath = string(inputFilePath) + string(inputFileName); in Java_com_android_media_benchmark_library_Native_Extract() local34 FILE *inputFp = fopen(sFilePath.c_str(), "rb"); in Java_com_android_media_benchmark_library_Native_Extract()38 stat(sFilePath.c_str(), &buf); in Java_com_android_media_benchmark_library_Native_Extract()
35 string sFilePath = string(filePath) + string(fileName); in Java_com_android_media_benchmark_library_Native_Decode() local37 FILE *inputFp = fopen(sFilePath.c_str(), "rb"); in Java_com_android_media_benchmark_library_Native_Decode()54 stat(sFilePath.c_str(), &buf); in Java_com_android_media_benchmark_library_Native_Decode()