Home
last modified time | relevance | path

Searched full:mkdir (Results 1 – 25 of 97) sorted by relevance

1234

/thrift-3.4.0/compiler/cpp/src/thrift/
Dplatform.h21 * define for mkdir,since the method signature
41 #define MKDIR(x) { int r = _mkdir(x); if (r == -1 && errno != EEXIST) { throw (std::string(x) + ": … macro
43 #define MKDIR(x) { int r = mkdir(x, S_IRWXU | S_IRWXG | S_IRWXO); if (r == -1 && errno != EEXIST) {… macro
/thrift-3.4.0/lib/php/test/
DMakefile.am23 mkdir -p ./packages/php
25 mkdir -p ./packages/phpv
26 mkdir -p ./packages/phpvo
27 mkdir -p ./packages/phpjs
/thrift-3.4.0/compiler/cpp/
DREADME.md38 mkdir cmake-build && cd cmake-build
49 mkdir cmake-ec && cd cmake-ec
70 mkdir cmake-build && cd cmake-build
99 mkdir cmake-vs && cd cmake-vs
109 mkdir cmake-vs
118 mkdir cmake-mingw32 && cd cmake-mingw32
/thrift-3.4.0/lib/erl/
DMakefile.am51 mkdir -p $(DESTDIR)$(ERLANG_INSTALL_LIB_DIR_thrift) ; \
52 mkdir -p $(DESTDIR)$(ERLANG_INSTALL_LIB_DIR_thrift)/ebin ; \
53 mkdir -p $(DESTDIR)$(ERLANG_INSTALL_LIB_DIR_thrift)/include ; \
54 mkdir -p $(DESTDIR)$(ERLANG_INSTALL_LIB_DIR_thrift)/src ; \
/thrift-3.4.0/debian/
Drules113 mkdir -p $(CURDIR)/debian/libthrift-java/usr/share/java/ && \
118 mkdir -p $(CURDIR)/debian/ruby-thrift/usr/lib/ruby/1.9.1 && \
125 mkdir -p $(CURDIR)/debian/libthrift-netstd/usr/lib/cli/thrift/ && \
131 mkdir -p $(CURDIR)/debian/libthrift-perl/usr/share
149 mkdir -p $(CURDIR)/debian/thrift-compiler/usr/bin && \
178 mkdir -p $(CURDIR)/debian/php5-thrift
183 mkdir -p $(CURDIR)/debian/tmp; \
/thrift-3.4.0/tutorial/haxe/
Dmake_all.sh26 mkdir bin
35 mkdir bin/${target}
/thrift-3.4.0/lib/ts/
DGruntfile.js24 command: 'mkdir -p test/build/ts/lib; cp ../js/src/thrift.js test/build/ts/thrift.js'
34 'mkdir -p test/gen-js',
36 'mkdir -p test/gen-nodejs',
76 "mkdir -p test/build/ts",
/thrift-3.4.0/test/haxe/
Dmake_all.sh26 mkdir bin
35 mkdir bin/${target}
/thrift-3.4.0/lib/js/test/
Dbuild.xml89 <mkdir dir="${build.tools.dir}"/>
90 <mkdir dir="${build}"/>
91 <mkdir dir="${build}/js/lib"/>
92 <mkdir dir="${build}/lib"/>
93 <mkdir dir="${build}/log"/>
94 <mkdir dir="${build}/test"/>
95 <mkdir dir="${build}/test/log"/>
/thrift-3.4.0/lib/haxe/test/
Dmake_all.sh28 mkdir bin
37 mkdir bin/${target}
/thrift-3.4.0/lib/js/
DGruntfile.js289 grunt.file.mkdir('test/build/js/lib');
290 grunt.file.mkdir('test/gen-js');
291 grunt.file.mkdir('test/gen-js-jquery');
292 grunt.file.mkdir('test/gen-nodejs');
293 grunt.file.mkdir('test/gen-js-es6');
294 grunt.file.mkdir('test/gen-nodejs-es6');
/thrift-3.4.0/lib/ts/test/
Dbuild.xml92 <mkdir dir="${build.tools.dir}"/>
93 <mkdir dir="${build}"/>
94 <mkdir dir="${build}/js/lib"/>
95 <mkdir dir="${build}/lib"/>
96 <mkdir dir="${build}/log"/>
97 <mkdir dir="${build}/test"/>
98 <mkdir dir="${build}/test/log"/>
/thrift-3.4.0/lib/json/test/
Dbuild.xml63 <mkdir dir="${build.dir}"/>
64 <mkdir dir="${build.lib.dir}"/>
65 <mkdir dir="${build.tools.dir}"/>
66 <mkdir dir="${gen.json.dir}"/>
/thrift-3.4.0/lib/nodets/
DMakefile.am21 mkdir -p test-compiled
26 mkdir -p test-compiled
/thrift-3.4.0/build/docker/msvc2017/
DDockerfile61 MKDIR C:\TEMP\WIN3P && `
63 MKDIR C:\Libraries\libevent-%LIBEVENT_VERSION% && `
73 MKDIR C:\TEMP\WIN3P && `
/thrift-3.4.0/lib/nodejs/test/
DtestAll.sh93 mkdir ${DIR}/gen-nodejs-es6
102 mkdir --parents ${EPISODIC_DIR}/gen-1/first-episode
106 mkdir --parents ${TYPES_PACKAGE}/first-episode
112 mkdir --parents ${EPISODIC_DIR}/gen-2/second-episode
/thrift-3.4.0/tutorial/java/
Dbuild.xml57 <mkdir dir="${build.tools.dir}"/>
58 <mkdir dir="${build}"/>
59 <mkdir dir="${build}/log"/>
60 <mkdir dir="${build}/lib"/>
/thrift-3.4.0/build/docker/old/debian-jessie/
DDockerfile155 RUN mkdir -p /usr/lib/haxe && \
160 mkdir -p /usr/lib/haxe/lib && \
171 mkdir -p /usr/include/dmd/druntime/import/deimos /usr/include/dmd/druntime/import/C && \
195 RUN mkdir -p $THRIFT_ROOT/src
/thrift-3.4.0/build/docker/scripts/
Dcmake.sh12 mkdir -p cmake_build && cd cmake_build
Dautotools.sh4 mkdir -p ~/.m2
/thrift-3.4.0/compiler/cpp/tests/
DREADME.md66 mkdir cmake-vs && cd cmake-vs
83 mkdir cmake-vs
/thrift-3.4.0/.github/workflows/
Dcmake.yml28 mkdir cmake_build
/thrift-3.4.0/build/appveyor/
DMSVC-appveyor-full.bat106 MKDIR "%WIN3P%" || EXIT /B
139 MKDIR "C:\Adobe\Flex\SDK\4.6" || EXIT /B
150 MKDIR "%BUILDDIR%" || EXIT /B
/thrift-3.4.0/lib/nodets/test/
DrunClient.sh5 mkdir -p $DIR/../test-compiled
DrunServer.sh5 mkdir -p $DIR/../test-compiled

1234