Searched refs:getFD (Results 1 - 12 of 12) sorted by relevance

/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DFileHandle.h51 int getFD() { function in class:bcc::FileHandle
H A DMCCacheReader.cpp73 if (!objFile || objFile->getFD() < 0 || !infoFile || infoFile->getFD() < 0) {
105 if (fstat(mInfoFile->getFD(), &stfile) < 0) {
H A DMCCacheWriter.cpp53 if (!objFile || objFile->getFD() < 0 || !infoFile || infoFile->getFD() < 0) {
/frameworks/compile/libbcc/lib/ExecutionEngine/OldJIT/
H A DCacheReader.cpp56 if (!objFile || objFile->getFD() < 0 ||
57 !infoFile || infoFile->getFD() < 0) {
99 if (fstat(mInfoFile->getFD(), &stfile) < 0) {
111 if (fstat(mObjFile->getFD(), &stfile) < 0) {
408 mObjFile->getFD(), 0);
H A DCacheWriter.cpp57 if (!objFile || objFile->getFD() < 0 ||
58 !infoFile || infoFile->getFD() < 0) {
/frameworks/base/core/java/android/os/
H A DFileUtils.java111 stream.getFD().sync();
155 out.getFD().sync();
/frameworks/base/tests/backup/src/com/android/backuptest/
H A DBackupTestActivity.java144 BackupDataOutput data = new BackupDataOutput(dataFile.getFD());
160 BackupDataInput data = new BackupDataInput(dataFile.getFD());
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
H A DMediaTestUtil.java62 Debug.dumpNativeHeap(o.getFD());
/frameworks/base/media/java/android/media/
H A DMediaRecorder.java631 _setOutputFile(fos.getFD(), 0, 0);
H A DThumbnailUtils.java108 FileDescriptor fd = new FileInputStream(filePath).getFD();
/frameworks/base/services/java/com/android/server/
H A DBatteryService.java420 batteryInfoService.dump(dumpStream.getFD(), DUMPSYS_ARGS);
/frameworks/base/media/java/android/media/videoeditor/
H A DVideoEditorImpl.java1972 Debug.dumpNativeHeap(ost.getFD());

Completed in 695 milliseconds