Home
last modified time | relevance | path

Searched defs:vfs (Results 1 – 25 of 59) sorted by relevance

123

/aosp_15_r20/external/rust/android-crates-io/crates/nix/test/sys/
Dtest_statfs.rs10 let vfs = statvfs(path.as_bytes()).unwrap(); in check_fstatfs() localVariable
20 let vfs = statvfs(path.as_bytes()).unwrap(); in check_statfs() localVariable
29 let vfs = statvfs(path.as_bytes()); in check_fstatfs_strict() localVariable
39 let vfs = statvfs(path.as_bytes()); in check_statfs_strict() localVariable
/aosp_15_r20/external/pigweed/pw_digital_io_linux/
H A Dmock_vfs.cc36 static MockVfs vfs; in GetMockVfs() local
157 auto& vfs = GetMockVfs(); in __wrap_close() local
173 auto& vfs = GetMockVfs(); in __wrap_ioctl() local
185 auto& vfs = GetMockVfs(); in __wrap_read() local
H A Dmock_vfs.h33 MockFile(MockVfs& vfs, int eventfd, const std::string& name) in MockFile()
37 MockVfs& vfs() const { return vfs_; } in vfs() function
H A Ddigital_io_test.cc155 LineHandleFile(MockVfs& vfs, int eventfd, const std::string& name, Line& line) in LineHandleFile()
208 LineEventFile(MockVfs& vfs, in LineEventFile()
295 ChipFile(MockVfs& vfs, in ChipFile()
/aosp_15_r20/packages/modules/Permission/tests/cts/permission/src/android/permission/cts/
DFileSystemPermissionTest.java965 StructStatVfs vfs = Os.statvfs("/system"); in testSystemMountedRO() local
971 StructStatVfs vfs = Os.statvfs("/"); in testRootMountedRO() local
977 StructStatVfs vfs = Os.statvfs("/vendor"); in testVendorMountedRO() local
983 StructStatVfs vfs = Os.statvfs("/odm"); in testOdmMountedRO() local
989 StructStatVfs vfs = Os.statvfs("/oem"); in testOemMountedRO() local
995 StructStatVfs vfs = Os.statvfs(getContext().getFilesDir().getAbsolutePath()); in testDataMountedNoSuidNoDev() local
/aosp_15_r20/external/javasqlite/src/main/java/SQLite/
H A DDatabase.java56 public void open(String filename, int mode, String vfs) in open()
86 public void open(String filename, int mode, String vfs, boolean ver2) in open()
118 private native void _open4(String filename, int mode, String vfs, in _open4()
H A DJDBCDriver.java12 public static String vfs = null; field in JDBCDriver
/aosp_15_r20/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCConnection.java27 protected String vfs; field in JDBCConnection
145 String vfs) in JDBCConnection()
/aosp_15_r20/device/google/cuttlefish/guest/commands/v4l2_streamer/
Dmain.cpp41 auto vfs = cuttlefish::VsockFrameSource::Start("/dev/video0"); in main() local
/aosp_15_r20/external/igt-gpu-tools/tests/i915/
H A Dgem_exec_reuse.c74 uint64_t vfs = vfs_file_max(); in max_nfd() local
/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/
H A Dmounts.cc562 struct statvfs vfs; in GetMountFlagsFor() local
H A Dpolicybuilder.cc109 struct statvfs vfs; in IsOnReadOnlyDev() local
/aosp_15_r20/device/google/cuttlefish/host/commands/assemble_cvd/
Ddisk_flags.cc583 struct statvfs vfs {}; in AvailableSpaceAtPath() struct
/aosp_15_r20/art/test/710-varhandle-creation/src/
H A DMain.java76 static final VarHandle vfs; field in Main
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/unittest/test/
H A Dtest_discovery.py471 def setup_import_issue_package_tests(self, vfs): argument
/aosp_15_r20/external/python/cpython3/Lib/unittest/test/
Dtest_discovery.py471 def setup_import_issue_package_tests(self, vfs): argument
/aosp_15_r20/external/minijail/
H A Dlibminijail.c139 bool vfs : 1; member
344 int vfs = j->flags.vfs; in minijail_preexec() local
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDuast-162.2228.14.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/external/clang/lib/Basic/
H A DVirtualFileSystem.cpp404 namespace vfs { namespace
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/filesystem/src/
Doperations.cpp2515 struct BOOST_STATVFS vfs; in space() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DVirtualFileSystem.cpp524 namespace vfs { namespace
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DVirtualFileSystem.cpp588 namespace vfs { namespace
/aosp_15_r20/external/javasqlite/src/main/native/
H A Dsqlite_jni.c1053 jstring vfs, jboolean ver2) in Java_SQLite_Database__1open4()
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/intellij/core-analysis/
HDintellij-core-analysis.jar ... psi.PsiFile) com.intellij.openapi.vfs.VirtualFile virtualFile com.intellij.psi.PsiFile ...
/aosp_15_r20/external/stardoc/stardoc/
HDstardoc_binary.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...

123