Searched refs:fileDirPath (Results 1 – 1 of 1) sorted by relevance
71 private String fileDirPath; // file dir to store model cache field in CameraPreviewActivity105 fileDirPath = getCacheDir().getAbsolutePath(); in onCreate()370 String paramPath = fileDirPath + "/" + mModelName;420 String filePath = fileDirPath + "/" + fileName; in createFile()422 File dir = new File(fileDirPath); in createFile()