Searched defs:mkdir (Results 1 - 25 of 28) sorted by relevance

12

/external/srec/portable/include/
H A DPFileSystem.h87 ESR_ReturnCode(*mkdir)(struct PFileSystem_t* self, const LCHAR* path); member in struct:PFileSystem_t
/external/chromium_org/third_party/libxml/src/include/
H A Dwin32config.h97 #define mkdir(p,m) _mkdir(p) macro
103 #define mkdir(p,m) _mkdir(p) macro
/external/chromium_org/third_party/libxml/win32/
H A Dconfig.h97 #define mkdir(p,m) _mkdir(p) macro
103 #define mkdir(p,m) _mkdir(p) macro
/external/chromium_org/third_party/libxslt/libxslt/
H A Dwin32config.h81 #define mkdir(p,m) _mkdir(p) macro
/external/chromium_org/third_party/protobuf/src/google/protobuf/testing/
H A Dfile.cc53 #define mkdir(name, mode) mkdir(name) macro
97 return mkdir(name.c_str(), mode) == 0;
H A Dgoogletest.cc56 #define mkdir(name, mode) mkdir(name) macro
125 GOOGLE_CHECK(mkdir(name_.c_str(), 0777) == 0) << strerror(errno);
/external/owasp/sanitizer/tools/
H A Dupdate_tree_in_svn.py92 def mkdir(src, dst): run(['mkdir', dst]) function in function:sync
104 (DIR, NO_EXIST): (mkdir, svn_add, recurse,),
105 (DIR, FILE) : (remove, svn_delete, mkdir, svn_add, recurse, cnf),
/external/protobuf/src/google/protobuf/testing/
H A Dfile.cc53 #define mkdir(name, mode) mkdir(name) macro
97 return mkdir(name.c_str(), mode) == 0;
H A Dgoogletest.cc56 #define mkdir(name, mode) mkdir(name) macro
125 GOOGLE_CHECK(mkdir(name_.c_str(), 0777) == 0) << strerror(errno);
/external/chromium_org/native_client_sdk/src/examples/demo/nacl_io_demo/
H A Dexample.js208 function mkdir(e) { function
211 postCall('mkdir', dirname, mode, function(dirname) {
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dfuse.h99 // Called by mkdir()
100 int (*mkdir)(const char* path, mode_t); member in struct:fuse_operations
H A Dkernel_proxy.cc348 int KernelProxy::mkdir(const char* path, mode_t mode) { function in class:nacl_io::KernelProxy
/external/bison/linux-lib/sys/
H A Dstat.h369 /* Before doing "#define mkdir rpl_mkdir" below, we need to include all
370 headers that may declare mkdir(). Native Windows platforms declare mkdir
798 # undef mkdir
799 # define mkdir rpl_mkdir
801 _GL_FUNCDECL_RPL (mkdir, int, (char const *name, mode_t mode)
803 _GL_CXXALIAS_RPL (mkdir, int, (char const *name, mode_t mode));
807 alias mkdir), only in the nonstandard includes <direct.h> and <io.h>,
821 # define mkdir rpl_mkdir macro
823 _GL_CXXALIAS_RPL (mkdir, in
828 _GL_CXXALIASWARN (mkdir); variable
[all...]
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DBaseTest.java150 mkdir(tmpdir);
562 protected void mkdir(String dir) { method in class:BaseTest
/external/bison/darwin-lib/sys/
H A Dstat.h369 /* Before doing "#define mkdir rpl_mkdir" below, we need to include all
370 headers that may declare mkdir(). Native Windows platforms declare mkdir
798 # undef mkdir
799 # define mkdir rpl_mkdir
801 _GL_FUNCDECL_RPL (mkdir, int, (char const *name, mode_t mode)
803 _GL_CXXALIAS_RPL (mkdir, int, (char const *name, mode_t mode));
807 alias mkdir), only in the nonstandard includes <direct.h> and <io.h>,
821 # define mkdir rpl_mkdir macro
823 _GL_CXXALIAS_RPL (mkdir, in
828 _GL_CXXALIASWARN (mkdir); variable
[all...]
/external/zlib/src/contrib/untgz/
H A Duntgz.c29 # define mkdir(dirname,mode) _mkdir(dirname) macro
323 /* recursive mkdir */
341 if (mkdir(buffer, 0755) == 0)
356 if ((mkdir(buffer, 0755) == -1) && (errno == ENOENT))
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.cc76 #define mkdir(name, mode) mkdir(name) macro
168 if (mkdir(path_so_far.c_str(), 0777) != 0) {
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dport.h380 inline int mkdir(const char *pathname, int) { function
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dport.h377 inline int mkdir(const char *pathname, int) { function
/external/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.cc74 #define mkdir(name, mode) mkdir(name) macro
166 if (mkdir(path_so_far.c_str(), 0777) != 0) {
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dandroid.py214 def mkdir(self, device_path, chmod=None): member in class:AndroidCommands
215 self.run(['shell', 'mkdir', '-p', device_path])
894 self._android_commands.mkdir(DEVICE_SOURCE_ROOT_DIR + 'chrome')
898 self._android_commands.mkdir(self._driver_details.device_directory(), chmod='777')
899 self._android_commands.mkdir(self._driver_details.device_fifo_directory(), chmod='777')
1133 self._android_commands.mkdir(self._driver_details.device_crash_dumps_directory(), chmod='777')
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jar ... abstract org.eclipse.core.filesystem.IFileStore mkdir (int, org.eclipse.core.runtime.IProgressMonitor ...
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h428 /// int mkdir(const char *path, mode_t mode);
429 mkdir, enumerator in enum:llvm::LibFunc::Func
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 961 milliseconds

12