Searched refs:tmpfs (Results 1 – 25 of 27) sorted by relevance
12
/third_party/selinux/secilc/docs/ |
D | cil_reference_guide.md | 144 ; 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 …]
|
D | cil_type_statements.md | 545 (type tmpfs) 546 (typeattributeset file_type (tmpfs)) 547 (typetransition ARG1 file.tmpfs file tmpfs) 548 (allow ARG1 tmpfs (file (read write execute execmod)))
|
D | cil_file_labeling_statements.md | 179 (fsuse trans tmpfs file.tmpfs_context)
|
/third_party/mesa3d/.gitlab-ci/piglit/ |
D | piglit-runner.sh | 24 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/ |
D | deqp-runner.sh | 29 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}
|
D | crosvm-init.sh | 13 mount -t tmpfs tmpfs /tmp
|
/third_party/skia/third_party/externals/abseil-cpp/ci/ |
D | cmake_install_test.sh | 35 --tmpfs=/buildfs:exec \ 36 --tmpfs=/abseil-cpp:exec \
|
D | linux_gcc_alpine_cmake.sh | 45 --tmpfs=/buildfs:exec \
|
D | linux_gcc-latest_libstdcxx_cmake.sh | 45 --tmpfs=/buildfs:exec \
|
D | linux_clang-latest_libcxx_bazel.sh | 68 --tmpfs=/abseil-cpp \
|
D | linux_gcc-latest_libstdcxx_bazel.sh | 68 --tmpfs=/abseil-cpp \
|
/third_party/mesa3d/.gitlab-ci/common/ |
D | init-stage1.sh | 16 mount -t tmpfs tmpfs /tmp
|
/third_party/e2fsprogs/ |
D | 0005-resize2fs-resize2fs-disk-hardlinks-will-be-error.patch | 6 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/ |
D | build.sh | 28 TMP_DIR=/tmpfs
|
/third_party/googletest/ci/ |
D | linux-presubmit.sh | 50 --tmpfs="/build:exec" \
|
/third_party/toybox/www/doc/ |
D | mount.txt | 100 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/ |
D | dirent_fs.h | 280 struct fs_tmpfsdir_s tmpfs; member
|
/third_party/ltp/testcases/kernel/security/tomoyo/ |
D | README | 28 Hiding kernel source directory by "mount -t tmpfs none /usr/src/linux/"
|
/third_party/NuttX/ |
D | NuttX.gni | 125 NUTTX_FS_TMPFS_SRC_FILES = [ "//third_party/NuttX/fs/tmpfs/fs_tmpfs.c" ]
|
D | ReleaseNotes | 13143 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/ |
D | README.md | 144 tmpfs. This also allows us to use the test library from shell testcases.
|
/third_party/ltp/doc/ |
D | c-test-api.txt | 831 "tmpfs", 1128 tmpfs, it will not even try to reach the limit and return 0.
|
/third_party/python/Misc/NEWS.d/ |
D | 3.8.0a1.rst | 6720 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/ |
D | refpolicy-base.conf | 1689 fs_use_trans tmpfs system_u:object_r:tmpfs_t:s0;
|
/third_party/mesa3d/docs/relnotes/ |
D | 22.1.0.rst | 801 - ci: Ensure Mesa Shader Cache resides on tmpfs
|
12