Lines Matching refs:test_01
98 fileIo.open('/test_01.mp3', fileIo.OpenMode.READ_ONLY).then((file_: fileIo.File) => {
109 }); // '/test_01.mp3' here is only an example. You need to pass in the actual URI.
173 fileIo.open('/test_01.mp3', fileIo.OpenMode.READ_ONLY).then((file_: fileIo.File) => {
183 }); // '/test_01.mp3' here is only an example. You need to pass in the actual URI.
244 // Obtain the FD. The test_01.mp3 file is not an audio file in the rawfile directory.
245 fileIo.open('/test_01.mp3', fileIo.OpenMode.READ_ONLY).then((file_: fileIo.File) => {
257 }); // '/test_01.mp3' here is only an example. You need to pass in the actual URI.
284 // The test_01.mp3 file is an audio file in the rawfile directory.
285 let fileDescriptor = getContext().resourceManager.getRawFd('test_01.mp3');
359 // Obtain the FD. The test_01.mp3 file is not an audio file in the rawfile directory.
360 fileIo.open('/test_01.mp3', fileIo.OpenMode.READ_ONLY).then((file_: fileIo.File) => {
397 // The test_01.mp3 file is an audio file in the rawfile directory.
398 let fileDescriptor = getContext().resourceManager.getRawFd('test_01.mp3');