Home
last modified time | relevance | path

Searched refs:TMP_DIR (Results 1 – 11 of 11) sorted by relevance

/third_party/libbpf/scripts/
Dsync-kernel.sh35 TMP_DIR=$(mktemp -d)
114 synced_cnt=$(grep -F "${signature}" ${TMP_DIR}/libbpf_commits.txt | wc -l)
120 grep -F "${signature}" ${TMP_DIR}/libbpf_commits.txt | \
175 echo LINUX_$(git log --pretty='%h' -n1) "${signature}" >> ${TMP_DIR}/libbpf_commits.txt
182 rm -r ${TMP_DIR}
197 echo $h "$(commit_signature $h)" >> ${TMP_DIR}/libbpf_commits.txt
221 echo "TEMP DIR: ${TMP_DIR}"
236 echo "PATCHES: ${TMP_DIR}/patches"
263 git format-patch ${SQUASH_BASE_TAG}..${SQUASH_TIP_TAG} --cover-letter -o ${TMP_DIR}/patches
269 for patch in $(ls -1 ${TMP_DIR}/patches | tail -n +2); do
[all …]
/third_party/ltp/testcases/kernel/syscalls/madvise/
Dmadvise01.c26 #define TMP_DIR "tmp_madvise" macro
27 #define TEST_FILE TMP_DIR"/testfile"
66 SAFE_MKDIR(TMP_DIR, 0664); in setup()
67 SAFE_MOUNT(TMP_DIR, TMP_DIR, "tmpfs", 0, NULL); in setup()
93 SAFE_UMOUNT(TMP_DIR); in cleanup()
/third_party/mesa3d/.gitlab-ci/
Ddownload-git-cache.sh16 TMP_DIR=$(mktemp -d)
19 /usr/bin/wget -O $TMP_DIR/$CI_PROJECT_NAME.tar.gz \
34 tar xzf "$TMP_DIR/$CI_PROJECT_NAME.tar.gz" -C "$CI_PROJECT_DIR"
35 rm -rf "$TMP_DIR"
/third_party/protobuf/objectivec/
Dgenerate_well_known_types.sh60 TMP_DIR=$(mktemp -d)
61 trap "rm -rf ${TMP_DIR}" EXIT
62 ./protoc --objc_out="${TMP_DIR}" ${RUNTIME_PROTO_FILES[@]}
73 …if ! diff "${ObjCDir}/GPB${OBJC_NAME}${EXT}" "${TMP_DIR}/${DIR}/${OBJC_NAME}${EXT}" > /dev/null 2>…
80 cp "${TMP_DIR}/${DIR}/${OBJC_NAME}${EXT}" "${ObjCDir}/GPB${OBJC_NAME}${EXT}"
/third_party/skia/third_party/externals/tint/kokoro/linux/
Dbuild.sh28 TMP_DIR=/tmpfs
30 TMP_DIR=/tmp
38 --volume "${TMP_DIR}:/src" \
/third_party/skia/third_party/externals/brotli/tests/
Droundtrip_test.sh11 TMP_DIR=bin/tmp
26 compressed=${TMP_DIR}/${file##*/}.br
27 uncompressed=${TMP_DIR}/${file##*/}.unbr
Dcompatibility_test.sh12 TMP_DIR=bin/tmp
17 uncompressed=${TMP_DIR}/${expected##*/}.uncompressed
/third_party/flutter/skia/bin/
Dtry.py28 TMP_DIR = os.path.join(tempfile.gettempdir(), 'sktry') variable
39 if not os.path.isdir(TMP_DIR):
40 os.mkdir(TMP_DIR)
41 with utils.chdir(TMP_DIR):
/third_party/icu/icu4c/source/test/testdata/
DMakefile.in132 TMP_DIR=$(TESTOUTDIR)/$(TESTDT)
144 packagetest: build-dir testdata pkgdata.inc $(TMP_DIR)/testdata.lst
145 …(TESTBUILDDIR) -d $(TESTOUTDIR) -s $(TESTBUILDDIR) -p $(TESTDATA) -m common $(TMP_DIR)/testdata.lst
/third_party/icu/icu4c/source/data/
DMakefile.in90 TMP_DIR=$(OUTTMPDIR)
243 $(SO_VERSION_DATA) : $(MISCSRCDIR)/icudata.rc | $(TMP_DIR)/dirs.timestamp
252 PKGDATA_LIST = $(TMP_DIR)/icudata.lst
/third_party/skia/third_party/externals/icu/source/data/
DMakefile.in90 TMP_DIR=$(OUTTMPDIR)
243 $(SO_VERSION_DATA) : $(MISCSRCDIR)/icudata.rc | $(TMP_DIR)/dirs.timestamp
252 PKGDATA_LIST = $(TMP_DIR)/icudata.lst