Home
last modified time | relevance | path

Searched full:rm (Results 1 – 25 of 64) sorted by relevance

123

/openthread-latest/etc/docker/android-trusty/
DDockerfile55 && rm android-ndk-r17c-linux-x86_64.zip
95 RUN rm -rf "$ANDROID_NDK_PATH"/platforms
96 RUN rm -rf "$ANDROID_NDK_PATH"/prebuilt
97 RUN rm -rf "$ANDROID_NDK_PATH"/shader-tools
98 RUN rm -rf "$ANDROID_NDK_PATH"/sources
99 RUN rm -rf "$ANDROID_NDK_PATH"/sysroot
100 RUN rm -rf "$ANDROID_NDK_PATH"/simpleperf
101 RUN cd "$ANDROID_NDK_PATH"/toolchains && rm -rf aarch64-linux-android-4.9 llvm mips64el-linux-andro…
102 RUN apt-get purge -y unzip wget git && apt-get -y autoremove && apt-get -y clean && rm -rf /var/lib…
/openthread-latest/third_party/mbedtls/repo/tests/docker/bionic/
DDockerfile24 && rm -rf /var/lib/apt/lists
53 && rm -rf /var/lib/apt/lists/*
68 && rm -rf /tmp/openssl*
78 && rm -rf /tmp/openssl*
89 && rm -rf /tmp/openssl*
100 && rm -rf /tmp/nettle*
109 && rm -rf /tmp/gnutls*
121 && rm -rf /tmp/nettle*
132 && rm -rf /tmp/gnutls*
144 && rm -rf /tmp/nettle*
[all …]
/openthread-latest/third_party/mbedtls/repo/
DMakefile116 rm -rf $(DESTDIR)/include/mbedtls
117 rm -rf $(DESTDIR)/include/psa
118 rm -f $(DESTDIR)/lib/libmbedtls.*
119 rm -f $(DESTDIR)/lib/libmbedx509.*
120 rm -f $(DESTDIR)/lib/libmbedcrypto.*
126 rm -f $(DESTDIR)/bin/$$f ; \
156 find . \( -name \*.gcno -o -name \*.gcda -o -name \*.info \) -exec rm {} +
164 rm -f visualc/VS2017/*.vcxproj visualc/VS2017/mbedTLS.sln
191 rm -rf apidoc
/openthread-latest/script/
Dgcda-tool49 rm -rf "${profile_temporary}"
54rm -rfv "${OT_MERGED_PROFILES}" "${OT_GCOV_PREFIX_BASE}" || sudo rm -rfv "${OT_MERGED_PROFILES}" "…
68 rm -rf "${profile_current}"
89 rm -rf "${OT_MERGED_PROFILES}" "${OT_GCOV_PREFIX_BASE}"
Dtest244 rm -rfv "${OT_BUILDDIR}" || sudo rm -rfv "${OT_BUILDDIR}"
295 [[ ! -d tmp ]] || rm -rvf tmp
328 rm -rf /tmp/thread-wireshark || true
329 rm -rf "${save_file}" || true
335 rm -rf "${save_file}"
407 rm -rf third_party/openthread/repo
414 rm -rf .git
421 rm -rf "${otbrdir}"
439 sudo rm -rf tmp
563 rm -rf "$OT_COREDUMP_DIR"
[all …]
Dcheck-gn-build40 rm gn-out -r || true
47 rm gn-out -r || true
Dcheck-arm-build82 rm -rf "${OT_TMP_DIR}"
85 rm -rf "${OT_TMP_DIR}/openthread/*"
Dcheck-size57 …-certificate --quiet https://developer.arm.com/-/media/Files/downloads/gnu-rm/7-2018q2/gcc-arm-non…
125 rm -rf "${OT_TMP_DIR}/${folder}/openthread/*" # replace openthread submodule with latest commit
133 rm -rf "${OT_TMP_DIR}/${folder}/openthread/*"
308 rm -rf "${OT_TMP_DIR}"
/openthread-latest/.github/workflows/
Dposix.yml250 rm -f /usr/local/bin/2to3
251 rm -f /usr/local/bin/2to3-3.11
252 rm -f /usr/local/bin/idle3
253 rm -f /usr/local/bin/idle3.11
254 rm -f /usr/local/bin/pydoc3
255 rm -f /usr/local/bin/pydoc3.11
256 rm -f /usr/local/bin/python3
257 rm -f /usr/local/bin/python3.11
258 rm -f /usr/local/bin/python3-config
259 rm -f /usr/local/bin/python3.11-config
Dbuild.yml205 rm -rf third_party/mbedtls/repo
226 …gcc_download_url: https://developer.arm.com/-/media/Files/downloads/gnu-rm/5_4-2016q3/gcc-arm-none…
229 …gcc_download_url: https://developer.arm.com/-/media/Files/downloads/gnu-rm/6-2017q2/gcc-arm-none-e…
232 …gcc_download_url: https://developer.arm.com/-/media/Files/downloads/gnu-rm/7-2018q2/gcc-arm-none-e…
235 …gcc_download_url: https://developer.arm.com/-/media/Files/downloads/gnu-rm/9-2019q4/RC2.1/gcc-arm-…
238 …gcc_download_url: https://developer.arm.com/-/media/Files/downloads/gnu-rm/10.3-2021.10/gcc-arm-no…
420 rm -rf build/ && OT_CMAKE_NINJA_TARGET="ot-daemon ot-ctl" script/cmake-build android-ndk
421 rm -rf build/ && OT_CMAKE_NINJA_TARGET="ot-cli" script/cmake-build android-ndk
/openthread-latest/tools/harness-simulation/posix/etc/
DDockerfile82 && rm -rf ./root \
99 && rm -rf ot-commissioner \
107 && rm -rf /usr/include \
112 && rm -rf /var/lib/apt/lists/* \
113 && rm -rf /tmp/* \
/openthread-latest/third_party/mbedtls/repo/scripts/
Dlcov.sh40 rm -rf Coverage
54 rm -f "$COVTMP/"*.info "$COVTMP/descriptions"
61 rm -f $library_dir/*.gcda
63 rm -f $library_dir/CMakeFiles/*.dir/*.gcda
Dmemory.sh102 rm -f massif.out.*
127 rm ssl_server2
/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dbasic-build-test.sh142 rm -f "tests/basic-build-test-$$.ok"
231 rm unit-test-$TEST_OUTPUT
232 rm sys-test-$TEST_OUTPUT
233 rm compat-test-$TEST_OUTPUT
234 rm cov-$TEST_OUTPUT
248 # the coverage report. If something did go wrong, rm will complain so this
250 rm "tests/basic-build-test-$$.ok"
Dcheck-generated-files.sh73 rm -f "$directory"/*.bak
81 rm -f "$FILE.bak"
98 rm -f "$FILE.bak"
Ddoxygen.sh32 rm -f doc.out doc.err doc.filtered
/openthread-latest/third_party/mbedtls/repo/docs/architecture/
DMakefile20 rm -f *.html *.pdf
21 rm -f testing/*.html testing/*.pdf
/openthread-latest/third_party/mbedtls/repo/tests/
DMakefile171 rm -rf $(BINARIES) *.c *.datax
172 rm -f src/*.o src/drivers/*.o src/test_helpers/*.o src/libmbed*
173 rm -f include/test/instrument_record_status.h
174 rm -f include/alt-extra/*/*_alt.h
175 rm -rf libtestdriver1
176 rm -f ../library/libtestdriver1.a
214 rm -Rf ./libtestdriver1
/openthread-latest/third_party/mbedtls/repo/docs/
DMakefile22 rm -rf ./api
32 rm -rf ./api
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/
Doutcome-analysis.sh35 rm -f $MBEDTLS_TEST_OUTCOME_FILE
119 rm skipped-ref skipped-new
/openthread-latest/third_party/mbedtls/repo/tests/data_files/dir4/
Dcert74.crt14 2rj5GmpubDXEWAKfMtt0ccF2UIva9rDMNzaAnCSevWHXf9Httr84X6RmhtXb9/Rm
/openthread-latest/third_party/tcplp/lib/test/
DMakefile16 rm -f *.o test_all
/openthread-latest/src/posix/
DREADME.md79 rm -rf build
86 rm -rf build
/openthread-latest/third_party/mbedtls/repo/docs/proposed/
DMakefile25 rm -f *.html *.pdf
/openthread-latest/third_party/mbedtls/repo/configs/
DREADME.txt19 find . -iname '*cmake*' -not -name CMakeLists.txt -exec rm -rf {} +

123