HomeSort by relevance Sort by last modified time
    Searched full:fileops (Results 1 - 25 of 44) sorted by null

1 2

  /external/ltp/utils/ffsb-6.0-rc2/
Makefile.am 3 fileops.c \
6 fileops.h \
38 #ffsb_test_SOURCES = config.h fileops.h ffsb.h rand.h fh.h filelist.h metaops.h rwlock.h cirlist.h rbt.h ffsb_tg.h ffsb_fs.h ffsb_thread.h ffsb_op.h util.h parser.c parser.h ffsb_test.c
metaops.h 22 #include "fileops.h"
ffsb_op.c 23 #include "fileops.h"
Makefile.in 54 am_ffsb_OBJECTS = fileops.$(OBJEXT) rand.$(OBJEXT) main.$(OBJEXT) \
177 fileops.c \
180 fileops.h \
213 #ffsb_test_SOURCES = config.h fileops.h ffsb.h rand.h fh.h filelist.h metaops.h rwlock.h cirlist.h rbt.h ffsb_tg.h ffsb_fs.h ffsb_thread.h ffsb_op.h util.h parser.c parser.h ffsb_test.c
313 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fileops.Po@am__quote@
fileops.c 31 #include "fileops.h"
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
kfile.h 56 struct fileops;
84 const struct fileops *f_ops;
103 struct fileops { struct
142 struct fileops Abstraction; ///< Pointers to functions implementing this device's abstraction.
166 int fdcreate (CHAR16 *, UINT32, UINT32, BOOLEAN, VOID *, const struct fileops *);
168 /* Commonly used fileops
199 //extern const struct fileops vnops; /* vnode operations for files */
201 struct fileops {
218 const struct fileops *f_ops;
289 //int fdclone (struct lwp *, struct file *, int, int, const struct fileops *, void *);
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
file.h 66 struct fileops { struct in struct:file
95 extern struct fileops vnops;
  /external/autotest/client/tests/ffsb/
ffsb-6.0-rc2.tar.bz2 
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/Device/
Console.h 31 struct fileops Abstraction; ///< Pointers to functions implementing this device's abstraction.
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/templates/
SimpleFile.java 56 List<FileOp> fileOps = new ArrayList<FileOp>();
73 fileOps.add(op);
90 for (FileOp op : fileOps) {
  /external/xz-embedded/linux/lib/xz/
xz_dec_test.c 178 static const struct file_operations fileops = { local
189 device_major = register_chrdev(0, DEVICE_NAME, &fileops);
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Utility/
DevGenisis.c 31 /* Commonly used fileops
  /external/python/cpython2/PCbuild/
_bsddb.vcxproj 156 <ClCompile Include="$(bsddbDir)\fileops\fileops_auto.c" />
157 <ClCompile Include="$(bsddbDir)\fileops\fop_basic.c" />
158 <ClCompile Include="$(bsddbDir)\fileops\fop_rec.c" />
159 <ClCompile Include="$(bsddbDir)\fileops\fop_util.c" />
_bsddb.vcxproj.filters 257 <ClCompile Include="$(bsddbDir)\fileops\fileops_auto.c">
260 <ClCompile Include="$(bsddbDir)\fileops\fop_basic.c">
263 <ClCompile Include="$(bsddbDir)\fileops\fop_rec.c">
266 <ClCompile Include="$(bsddbDir)\fileops\fop_util.c">
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_libc_test.cc 87 TEST(SanitizerCommon, FileOps) {
94 temp_file_name(tmpfile, sizeof(tmpfile), "sanitizer_common.fileops.tmp.");
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
socket.c 24 const struct fileops SocketOperations = {
  /external/python/cpython2/PC/VS9.0/
_bsddb.vcproj 868 RelativePath="$(bsddbDir)\..\fileops\fileops_auto.c"
872 RelativePath="$(bsddbDir)\..\fileops\fop_basic.c"
876 RelativePath="$(bsddbDir)\..\fileops\fop_rec.c"
880 RelativePath="$(bsddbDir)\..\fileops\fop_util.c"
  /external/python/cpython2/PC/VS8.0/
_bsddb44.vcproj 753 RelativePath="..\..\..\db-4.4.20\build_win32\..\fileops\fileops_auto.c"
757 RelativePath="..\..\..\db-4.4.20\build_win32\..\fileops\fop_basic.c"
761 RelativePath="..\..\..\db-4.4.20\build_win32\..\fileops\fop_rec.c"
765 RelativePath="..\..\..\db-4.4.20\build_win32\..\fileops\fop_util.c"
_bsddb.vcproj 868 RelativePath="..\..\..\db-4.7.25.0\build_windows\..\fileops\fileops_auto.c"
872 RelativePath="..\..\..\db-4.7.25.0\build_windows\..\fileops\fop_basic.c"
876 RelativePath="..\..\..\db-4.7.25.0\build_windows\..\fileops\fop_rec.c"
880 RelativePath="..\..\..\db-4.7.25.0\build_windows\..\fileops\fop_util.c"
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
SysCalls.c 155 const struct fileops *FileOps;
160 FileOps = gMD->fdarray[fd].f_ops;
165 if((gMD->fdarray[i].f_ops == FileOps)
    [all...]
  /external/llvm/test/Analysis/ScalarEvolution/
avoid-infinite-recursion-1.ll 56 %struct.file = type <{ i8*, %struct.fileops*, %struct.ucred*, %struct.vnode*, i16, i16, i32, i32, i32, i64, %struct.cdev_privdata*, i64, i8* }>
59 %struct.fileops = type <{ i32 (%struct.file*, %struct.uio*, %struct.ucred*, i32, %struct.thread*)*, i32 (%struct.file*, %struct.uio*, %struct.ucred*, i32, %struct.thread*)*, i32 (%struct.file*, i64, %struct.ucred*, %struct.thread*)*, i32 (%struct.file*, i64, i8*, %struct.ucred*, %struct.thread*)*, i32 (%struct.file*, i32, %struct.ucred*, %struct.thread*)*, i32 (%struct.file*, %struct.knote*)*, i32 (%struct.file*, %struct.stat*, %struct.ucred*, %struct.thread*)*, i32 (%struct.file*, %struct.thread*)*, i32, i8, i8, i8, i8 }>
  /external/swiftshader/third_party/LLVM/test/Analysis/ScalarEvolution/
avoid-infinite-recursion-1.ll 56 %struct.file = type <{ i8*, %struct.fileops*, %struct.ucred*, %struct.vnode*, i16, i16, i32, i32, i32, i64, %struct.cdev_privdata*, i64, i8* }>
59 %struct.fileops = type <{ i32 (%struct.file*, %struct.uio*, %struct.ucred*, i32, %struct.thread*)*, i32 (%struct.file*, %struct.uio*, %struct.ucred*, i32, %struct.thread*)*, i32 (%struct.file*, i64, %struct.ucred*, %struct.thread*)*, i32 (%struct.file*, i64, i8*, %struct.ucred*, %struct.thread*)*, i32 (%struct.file*, i32, %struct.ucred*, %struct.thread*)*, i32 (%struct.file*, %struct.knote*)*, i32 (%struct.file*, %struct.stat*, %struct.ucred*, %struct.thread*)*, i32 (%struct.file*, %struct.thread*)*, i32, i8, i8, i8, i8 }>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
fstream.tcc 219 // fileops happen...
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
fstream.tcc 219 // fileops happen...
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
fstream.tcc 219 // fileops happen...

Completed in 1535 milliseconds

1 2