Home
last modified time | relevance | path

Searched refs:exist (Results 1 – 25 of 84) sorted by relevance

1234

/AliOS-Things-master/solutions/linkkit_genie_demo/
A DMakefile22 $(CPRE) if exist aos_sdk rmdir /s /q aos_sdk
23 $(CPRE) if exist binary rmdir /s /q binary
24 $(CPRE) if exist out rmdir /s /q out
25 $(CPRE) if exist aos.elf del /f /q aos.elf
26 $(CPRE) if exist aos.map del /f /q aos.map
/AliOS-Things-master/solutions/relay_demo/
A DMakefile22 $(CPRE) if exist aos_sdk rmdir /s /q aos_sdk
23 $(CPRE) if exist binary rmdir /s /q binary
24 $(CPRE) if exist out rmdir /s /q out
25 $(CPRE) if exist aos.elf del /f /q aos.elf
26 $(CPRE) if exist aos.map del /f /q aos.map
/AliOS-Things-master/solutions/genie_mesh_demo/
A DMakefile22 $(CPRE) if exist aos_sdk rmdir /s /q aos_sdk
23 $(CPRE) if exist binary rmdir /s /q binary
24 $(CPRE) if exist out rmdir /s /q out
25 $(CPRE) if exist aos.elf del /f /q aos.elf
26 $(CPRE) if exist aos.map del /f /q aos.map
/AliOS-Things-master/solutions/haas_dev_demo/
A DMakefile22 $(CPRE) if exist aos_sdk rmdir /s /q aos_sdk
23 $(CPRE) if exist binary rmdir /s /q binary
24 $(CPRE) if exist out rmdir /s /q out
25 $(CPRE) if exist aos.elf del /f /q aos.elf
26 $(CPRE) if exist aos.map del /f /q aos.map
/AliOS-Things-master/solutions/helloworld_demo/
A DMakefile22 $(CPRE) if exist aos_sdk rmdir /s /q aos_sdk
23 $(CPRE) if exist binary rmdir /s /q binary
24 $(CPRE) if exist out rmdir /s /q out
25 $(CPRE) if exist aos.elf del /f /q aos.elf
26 $(CPRE) if exist aos.map del /f /q aos.map
/AliOS-Things-master/solutions/linksdk_demo/
A DMakefile22 $(CPRE) if exist aos_sdk rmdir /s /q aos_sdk
23 $(CPRE) if exist binary rmdir /s /q binary
24 $(CPRE) if exist out rmdir /s /q out
25 $(CPRE) if exist aos.elf del /f /q aos.elf
26 $(CPRE) if exist aos.map del /f /q aos.map
/AliOS-Things-master/solutions/miniapp_agent_demo/
A DMakefile22 $(CPRE) if exist aos_sdk rmdir /s /q aos_sdk
23 $(CPRE) if exist binary rmdir /s /q binary
24 $(CPRE) if exist out rmdir /s /q out
25 $(CPRE) if exist aos.elf del /f /q aos.elf
26 $(CPRE) if exist aos.map del /f /q aos.map
/AliOS-Things-master/components/SDL2/test/
A DMakefile.os286 @if exist *.obj rm *.obj
87 @if exist *.err rm *.err
90 @if exist *.exe rm *.exe
91 @if exist $(TESTLIB) rm $(TESTLIB)
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/projects/owatcom/
A Dlibpng.wpj20 @if not exist pngconfig.dfa $(MAKE) $(__MAKEOPTS__) -f pngconfig.mak defaults
21 @if exist config.inf type config.inf
/AliOS-Things-master/components/linkkit/iot_coap/server/
A DCoAPResource.c120 int exist = 0; in CoAPResource_register() local
151 exist = 1; in CoAPResource_register()
163 exist = 1; in CoAPResource_register()
174 if (0 == exist) { in CoAPResource_register()
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/win32/
A DMakefile.msc53 if exist $@.manifest \
58 if exist $@.manifest \
63 if exist $@.manifest \
68 if exist $@.manifest \
73 if exist $@.manifest \
/AliOS-Things-master/hardware/chip/rtl872xd/tools/autopatch/
A Dauto_patch.bat22 if exist %UNZIP_PATH% rmdir %UNZIP_PATH% /s/q
32 if NOT exist %UNZIP_PATH%\%FILE_LIST% (
34 if exist %UNZIP_PATH% rmdir %UNZIP_PATH% /s/q
54 if exist %UNZIP_PATH% rmdir %UNZIP_PATH% /s/q
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/msdos/
A DMakefile.dj283 -@if not exist $(INCLUDE_PATH)\nul mkdir $(INCLUDE_PATH)
84 -@if not exist $(LIBRARY_PATH)\nul mkdir $(LIBRARY_PATH)
/AliOS-Things-master/components/py_engine/tests/extmod/
A Dvfs_fat_more.py89 for exist in ("", "/", "dir", "/dir", "dir/subdir"):
91 uos.mkdir(exist)
/AliOS-Things-master/components/SDL2/src/image/acinclude/
A Dlt~obsolete.m413 # These exist entirely to fool aclocal when bootstrapping libtool.
28 # because those macros already exist, or will be overwritten later.
/AliOS-Things-master/components/SDL2/acinclude/
A Dlt~obsolete.m412 # These exist entirely to fool aclocal when bootstrapping libtool.
27 # because those macros already exist, or will be overwritten later.
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/m4/
A Dlt~obsolete.m413 # These exist entirely to fool aclocal when bootstrapping libtool.
28 # because those macros already exist, or will be overwritten later.
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/scripts/
A Dlt~obsolete.m413 # These exist entirely to fool aclocal when bootstrapping libtool.
28 # because those macros already exist, or will be overwritten later.
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/m4/
A Dlt~obsolete.m413 # These exist entirely to fool aclocal when bootstrapping libtool.
28 # because those macros already exist, or will be overwritten later.
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/inc/bluetooth/gap/
A Dgap_storage_le.h646 T_LE_KEY_ENTRY *le_set_dev_bond_info(uint16_t length, uint8_t *p_data, bool *exist);
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Djconfig.cfg25 #ifndef FALSE /* in case these macros already exist */
A Djconfig.vc23 #ifndef FALSE /* in case these macros already exist */
A Dmakermak.vc644 if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
A Dmakewmak.vc644 if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
/AliOS-Things-master/hardware/chip/rtl872xd/script/
A Dpostbuild_img2.bat92 :: check boot_all.bin exist, copy default
93 if not exist Debug\Exe\boot_all.bin (

Completed in 14 milliseconds

1234