Searched refs:exist (Results 1 - 25 of 129) sorted by relevance

123456

/external/linux-kselftest/tools/testing/selftests/ftrace/samples/
H A Dfail.tc3 cat non-exist-file
H A Dxfail.tc3 cat non-exist-file || exit_xfail
/external/python/cpython2/PC/VS8.0/
H A Dbuild_ssl.bat5 if not exist python27_d.dll exit 1
8 if not exist python27.dll exit 1
/external/python/cpython2/PC/VS9.0/
H A Dbuild_ssl.bat5 if not exist python27_d.dll exit 1
8 if not exist python27.dll exit 1
/external/python/cpython2/PC/VS7.1/
H A Damd64_ml64.bat9 if exist "%ProgramFiles%\%MLEXE%" (
11 ) else if exist "%ProgramW6432%\%MLEXE%" (
/external/selinux/libsemanage/example/
H A Dtest_fcontext.c16 int exist = 0; local
36 if(semanage_fcontext_exists(sh, k, &exist) < 0) {
40 if (exist) {
/external/mdnsresponder/mDNSWindows/Java/
H A Dmakefile76 @if not exist objects mkdir objects
77 @if not exist build mkdir build
78 @if not exist $(OBJDIR) mkdir $(OBJDIR)
79 @if not exist $(BUILDDIR) mkdir $(BUILDDIR)
83 @if not exist "$(DSTROOT)\WINDOWS\system32\Win32" mkdir "$(DSTROOT)\WINDOWS\system32\Win32"
84 @if not exist "$(DSTROOT)\Program Files\Bonjour\Win32" mkdir "$(DSTROOT)\Program Files\Bonjour\Win32"
88 @if not exist root mkdir root
89 @if not exist root\"Program Files" mkdir root\"Program Files"
90 @if not exist $(INSTALLDIR) mkdir $(INSTALLDIR)
96 @if exist
[all...]
/external/vulkan-validation-layers/build-android/
H A Dupdate_external_sources_android.bat70 if not exist %ANDROID_BUILD_DIR%\glslang_revision_android (
76 if not exist %ANDROID_BUILD_DIR%\spirv-tools_revision_android (
83 if not exist %ANDROID_BUILD_DIR%\spirv-headers_revision_android (
90 if not exist %ANDROID_BUILD_DIR%\shaderc_revision_android (
118 if exist %SHADERC_DIR% (
121 if not exist %SHADERC_DIR% (
130 if exist %GLSLANG_DIR% (
133 if not exist %GLSLANG_DIR% (
142 if exist %SPIRV_TOOLS_DIR% (
146 if not exist
[all...]
/external/webrtc/webrtc/modules/audio_processing/test/
H A Dapmtest.m133 if ~exist(inpathtest,'dir')
134 error(['Input directory ' inpathtest ' does not exist']);
137 if ~exist(refpathtest,'dir')
138 warning(['Reference directory ' refpathtest ' does not exist']);
209 if exist([inpath 'vqeFar.pcm'])
211 elseif exist([inpath 'apm_far.pcm'])
215 if exist([inpath 'vqeNear.pcm'])
217 elseif exist([inpath 'apm_near.pcm'])
221 if exist([inpath 'vqeEvent.dat'])
223 elseif exist([inpat
[all...]
/external/llvm/test/MC/AsmParser/
H A Dmacros-argument-parsing-diagnostics.s21 # CHECK: error: parameter named 'third' does not exist for macro 'double'
/external/libusb/msvc/
H A Dddk_build.cmd55 if exist %destType% goto md2
58 if exist %dstPath% goto md3
61 if exist %dstPath%\dll goto md4
64 if exist %dstPath%\lib goto md5
67 if exist %dstPath%\examples goto md6
80 if exist examples\listdevs_ddkbuild goto md7
100 if exist examples\xusb_ddkbuild goto md8
120 if exist examples\getopt\getopt_ddkbuild goto md9
132 if exist examples\fxload_ddkbuild goto md10
152 if exist example
[all...]
/external/libmojo/third_party/catapult/devil/devil/android/
H A Ddevice_list.py21 logging.warning('Device file %s doesn\'t exist.', file_name)
/external/curl/docs/cmdline-opts/
H A Dcreate-dirs.d7 uses no dir or if the dirs it mentions already exist, no dir will be created.
/external/curl/packages/Linux/RPM/
H A Dmake_curl_rpm43 # make sure src RPM exist
60 echo $src_rpm does not exist
/external/ltp/testcases/kernel/controllers/cgroup_fj/
H A Dcgroup_fj_common.sh35 local exist=`grep -w $subsystem /proc/cgroups | cut -f1`
37 if [ -z "$exist" ]; then
/external/syslinux/efi/
H A Dcheck-gnu-efi.sh11 exist, build and install them.
/external/curl/projects/
H A Dchecksrc.bat79 if exist "%SystemDrive%\Perl" (
82 if exist "%SystemDrive%\Perl64" (
92 if not exist "%SRC_DIR%" goto nosrc
97 if exist %SRC_DIR%\src (
105 if exist %SRC_DIR%\lib (
111 if exist %SRC_DIR%\lib\vauth (
117 if exist %SRC_DIR%\lib\vtls (
125 if exist %SRC_DIR%\tests\libtest (
131 if exist %SRC_DIR%\tests\unit (
137 if exist
[all...]
/external/vulkan-validation-layers/
H A Dupdate_external_sources.bat124 if not exist glslang_revision (
131 if not exist spirv-tools_revision (
149 if exist %GLSLANG_DIR% (
152 if not exist %GLSLANG_DIR% (
161 if exist %SPIRV_TOOLS_DIR% (
165 if not exist %SPIRV_TOOLS_DIR% (
208 if not exist %GLSLANG_DIR%\SPIRV (
229 if not exist %SPIRV_TOOLS_DIR%\source (
238 if not exist %SPIRV_TOOLS_DIR%\external\spirv-headers\README.md (
261 if exist build3
[all...]
/external/curl/
H A Dbuildconf.bat39 if not exist GIT-INFO goto norepo
109 if exist Makefile.dist (
131 if exist include\curl\curlbuild.h.dist (
140 if exist ares\buildconf.bat (
168 if exist Makefile (
170 if exist Makefile (
177 if exist src\tool_hugehelp.c (
179 if exist src\tool_hugehelp.c (
186 if exist include\curl\curlbuild.h (
188 if exist includ
[all...]
/external/e2fsprogs/util/
H A Dinstall-symlink.in54 echo $DESTDIR$SRC: file or directory does not exist
/external/libopus/win32/
H A Dgenversion.bat9 if exist "%~dp0..\version.mk" goto :getversion
/external/python/cpython2/PC/VC6/
H A D_ssl.mak21 @if not exist "$(TEMP_DIR)/." mkdir "$(TEMP_DIR)"
/external/syslinux/gpxe/src/util/
H A Dgeniso38 echo $f does not exist, skipping 1>&2
H A Dgenliso46 echo $f does not exist, skipping 1>&2
H A Dgensdsk41 echo $f does not exist, skipping 1>&2

Completed in 615 milliseconds

123456