Home
last modified time | relevance | path

Searched refs:tmpfs (Results 1 – 25 of 27) sorted by relevance

12

/third_party/selinux/secilc/docs/
Dcil_reference_guide.md144 ; This example has three namespace 'tmpfs' types declared:
145 ; 1) Global .tmpfs
146 ; 2) file.tmpfs
147 ; 3) other_ns.tmpfs
150 ; This type is the global tmpfs:
151 (type tmpfs)
154 ; file namespace tmpfs
155 (type tmpfs)
159 (allow tmpfs tmpfs (file (open)))
161 ; allow file.tmpfs file.tmpfs : file.file open;
[all …]
Dcil_type_statements.md545 (type tmpfs)
546 (typeattributeset file_type (tmpfs))
547 (typetransition ARG1 file.tmpfs file tmpfs)
548 (allow ARG1 tmpfs (file (read write execute execmod)))
Dcil_file_labeling_statements.md179 (fsuse trans tmpfs file.tmpfs_context)
/third_party/mesa3d/.gitlab-ci/piglit/
Dpiglit-runner.sh24 findmnt -n tmpfs ${SHADER_CACHE_HOME} || findmnt -n tmpfs ${SHADER_CACHE_DIR} || {
26 mount -t tmpfs -o nosuid,nodev,size=2G,mode=1755 tmpfs ${SHADER_CACHE_DIR}
/third_party/mesa3d/.gitlab-ci/
Ddeqp-runner.sh29 findmnt -n tmpfs ${SHADER_CACHE_HOME} || findmnt -n tmpfs ${SHADER_CACHE_DIR} || {
31 mount -t tmpfs -o nosuid,nodev,size=2G,mode=1755 tmpfs ${SHADER_CACHE_DIR}
Dcrosvm-init.sh13 mount -t tmpfs tmpfs /tmp
/third_party/skia/third_party/externals/abseil-cpp/ci/
Dcmake_install_test.sh35 --tmpfs=/buildfs:exec \
36 --tmpfs=/abseil-cpp:exec \
Dlinux_gcc_alpine_cmake.sh45 --tmpfs=/buildfs:exec \
Dlinux_gcc-latest_libstdcxx_cmake.sh45 --tmpfs=/buildfs:exec \
Dlinux_clang-latest_libcxx_bazel.sh68 --tmpfs=/abseil-cpp \
Dlinux_gcc-latest_libstdcxx_bazel.sh68 --tmpfs=/abseil-cpp \
/third_party/mesa3d/.gitlab-ci/common/
Dinit-stage1.sh16 mount -t tmpfs tmpfs /tmp
/third_party/e2fsprogs/
D0005-resize2fs-resize2fs-disk-hardlinks-will-be-error.patch6 Resize2fs disk hardlinks which mounting after the same name as tmpfs
8 when you get to tmpfs, file!=mnt->mnt_fsname, therefore, the
19 mount -t tmpfs "${dev_name}" /root/tmp
/third_party/skia/third_party/externals/tint/kokoro/linux/
Dbuild.sh28 TMP_DIR=/tmpfs
/third_party/googletest/ci/
Dlinux-presubmit.sh50 --tmpfs="/build:exec" \
/third_party/toybox/www/doc/
Dmount.txt100 3) Ram backed filesystems, such as ramfs and tmpfs.
113 There's a simple one (ramfs) that does only that, and a more complex one (tmpfs)
117 when asked (ramfs always says 0 bytes free). The other thing tmpfs does
131 Note: initramfs cpio, tmpfs as rootfs.
/third_party/NuttX/include/nuttx/fs/
Ddirent_fs.h280 struct fs_tmpfsdir_s tmpfs; member
/third_party/ltp/testcases/kernel/security/tomoyo/
DREADME28 Hiding kernel source directory by "mount -t tmpfs none /usr/src/linux/"
/third_party/NuttX/
DNuttX.gni125 NUTTX_FS_TMPFS_SRC_FILES = [ "//third_party/NuttX/fs/tmpfs/fs_tmpfs.c" ]
DReleaseNotes13143 unionfs, tmpfs, nxffs, nfx, hostfs, procfs, and smartfs.
16262 - tmpfs: Fixed directory unlocking in tmpfs_opendir. From Dmitriy
27067 - PR-918 tmpfs: Calling statfs could cause files to be removed
29349 * [#2897](https://github.com/apache/incubator-nuttx/pull/2897) boards/esp32c3: Add tmpfs mounting w…
29469 * [#2724](https://github.com/apache/incubator-nuttx/pull/2724) fs/tmpfs: Iterate the entry reversel…
30234 …* [#4171](https://github.com/apache/incubator-nuttx/pull/#4171) fs/tmpfs: Handle the tail '/' corr…
30238 …* [#3974](https://github.com/apache/incubator-nuttx/pull/#3974) fs/tmpfs: Fix the memory corruptio…
/third_party/ltp/lib/
DREADME.md144 tmpfs. This also allows us to use the test library from shell testcases.
/third_party/ltp/doc/
Dc-test-api.txt831 "tmpfs",
1128 tmpfs, it will not even try to reach the limit and return 0.
/third_party/python/Misc/NEWS.d/
D3.8.0a1.rst6720 Fix sparse file tests of test_tarfile on ppc64 with the tmpfs filesystem.
6723 contains no data. tmpfs effective block size is a page size (tmpfs lives in
/third_party/selinux/libsepol/tests/policies/test-cond/
Drefpolicy-base.conf1689 fs_use_trans tmpfs system_u:object_r:tmpfs_t:s0;
/third_party/mesa3d/docs/relnotes/
D22.1.0.rst801 - ci: Ensure Mesa Shader Cache resides on tmpfs

12