Searched refs:mDirectoryPath (Results 1 – 1 of 1) sorted by relevance
43 private final String mDirectoryPath; field in TsStreamWriter51 mDirectoryPath = null; in TsStreamWriter()58 mDirectoryPath = externalFilesDir.getPath() + "/EngTsStream"; in TsStreamWriter()59 mDirectory = new File(mDirectoryPath); in TsStreamWriter()81 if (mChannel == null || mDirectoryPath == null) { in openFile()92 String filePath = mDirectoryPath + "/" + mFileName; in openFile()