Home
last modified time | relevance | path

Searched refs:CONFIG_H (Results 1 - 23 of 23) sorted by relevance

/third_party/mbedtls/scripts/
H A Dfootprint.sh21 CONFIG_H='include/mbedtls/mbedtls_config.h'
23 if [ -r $CONFIG_H ]; then :; else
24 echo "$CONFIG_H not found" >&2
58 cp $CONFIG_H ${CONFIG_H}.bak
59 if [ "$FILE" != $CONFIG_H ]; then
60 cp "$FILE" $CONFIG_H
79 cp ${CONFIG_H}.bak $CONFIG_H
H A Dmemory.sh14 CONFIG_H='include/mbedtls/mbedtls_config.h'
21 if [ -r $CONFIG_H ]; then :; else
22 echo "$CONFIG_H not found" >&2
36 if git status | grep -F $CONFIG_H >/dev/null 2>&1; then
51 cp configs/config-$NAME.h $CONFIG_H
58 grep -F SSL_MAX_CONTENT_LEN $CONFIG_H || echo 'SSL_MAX_CONTENT_LEN=16384'
99 CONFIG_BAK=${CONFIG_H}.bak
100 cp $CONFIG_H $CONFIG_BAK
125 mv $CONFIG_BAK $CONFIG_H
H A Dcode_size_compare.py150 CONFIG_H = 'include/mbedtls/mbedtls_config.h' variable
217 .format(src=TFM_MEDIUM_CONFIG_H, dest=CONFIG_H))
328 shutil.move(CONFIG_H + BACKUP_SUFFIX, CONFIG_H)
331 shutil.copy(CONFIG_H, CONFIG_H + BACKUP_SUFFIX)
/third_party/libsnd/src/GSM610/
H A Dconfig.h7 #ifndef CONFIG_H
8 #define CONFIG_H macro
25 #endif /* CONFIG_H */
/third_party/f2fs-tools/
H A Dconfig.h11 #ifndef CONFIG_H
12 #define CONFIG_H macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Config/
H A Dconfig.h1 #ifndef CONFIG_H
2 #define CONFIG_H macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/darwin/include/llvm/Config/
H A Dconfig.h1 #ifndef CONFIG_H
2 #define CONFIG_H macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/windows/include/llvm/Config/
H A Dconfig.h1 #ifndef CONFIG_H
2 #define CONFIG_H macro
/third_party/cups-filters/
H A Dconfig.h17 #ifndef CONFIG_H
18 #define CONFIG_H macro
95 #endif /* CONFIG_H */
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/android/include/llvm/Config/
H A Dconfig.h1 #ifndef CONFIG_H
2 #define CONFIG_H macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/fuchsia/include/llvm/Config/
H A Dconfig.h1 #ifndef CONFIG_H
2 #define CONFIG_H macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/Config/
H A Dconfig.h1 #ifndef CONFIG_H
2 #define CONFIG_H macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Fuchsia/include/llvm/Config/
H A Dconfig.h1 #ifndef CONFIG_H
2 #define CONFIG_H macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/Config/
H A Dconfig.h1 #ifndef CONFIG_H
2 #define CONFIG_H macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/Config/
H A Dconfig.h1 #ifndef CONFIG_H
2 #define CONFIG_H macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/linux/include/llvm/Config/
H A Dconfig.h1 #ifndef CONFIG_H
2 #define CONFIG_H macro
/third_party/ntfs-3g/
H A Dconfig.h22 #ifndef CONFIG_H
23 #define CONFIG_H macro
/third_party/skia/third_party/externals/freetype/builds/
H A Dfreetype.mk171 # `$(TOP_DIR)/include/freetype'. $(INTERNAL_H), and $(CONFIG_H) are defined
186 CONFIG_H := $(wildcard $(CONFIG_DIR)/*.h) \ macro
192 FREETYPE_H := $(PUBLIC_H) $(INTERNAL_H) $(CONFIG_H) $(DEVEL_H)
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dconfig.h9 #ifndef CONFIG_H
10 #define CONFIG_H macro
1635 #endif /* CONFIG_H */
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dconfig.h9 #ifndef CONFIG_H
10 #define CONFIG_H macro
1803 #endif /* CONFIG_H */
/third_party/mbedtls/tests/scripts/
H A Dall.sh135 CONFIG_H='include/mbedtls/mbedtls_config.h'
137 CONFIG_H='drivers/builtin/include/mbedtls/mbedtls_config.h'
147 files_to_back_up="$CONFIG_H $CRYPTO_CONFIG_H $CONFIG_TEST_DRIVER_H"
564 git checkout-index -f -q $CONFIG_H
575 if ! git diff --quiet "$CONFIG_H"; then
576 err_msg "Warning - the configuration file '$CONFIG_H' has been edited. "
3393 cp configs/config-tfm.h "$CONFIG_H"
3394 echo "#undef MBEDTLS_PSA_CRYPTO_CONFIG_FILE" >> "$CONFIG_H"
3401 echo "#define MBEDTLS_USE_PSA_CRYPTO" >> "$CONFIG_H"
3407 echo "#define MBEDTLS_FS_IO" >> "$CONFIG_H"
[all...]
/third_party/skia/third_party/externals/freetype/builds/unix/
H A Dinstall.mk53 -for P in $(CONFIG_H) ; do \
/third_party/mbedtls/tests/
H A Dssl-opt.sh107 CONFIG_H='../include/mbedtls/mbedtls_config.h'

Completed in 32 milliseconds