create_directory
status_t create_directory(const char *path, mode_t mode);
status_t create_directory(const char *path, mode_t mode);
if (create_directory(path.Path(), 777) != B_OK)
create_directory(fDataBasePath.Path(), 0755);
error = create_directory(path->Path(), S_IRWXU | S_IRWXG | S_IRWXO);
create_directory(PTP_INTERFACE_SETTINGS_PATH, 0750);
status_t status = create_directory(destination.Path(), 0755);
status = create_directory(path.Path(), 0755);
create_directory(fDestinationDir, 0777);
create_directory(fDestinationDir, 0777);
create_directory( path.Path(), 755 );
create_directory(path, 0755);
create_directory(PPP_INTERFACE_SETTINGS_PATH, 0750);
create_directory(PPP_INTERFACE_SETTINGS_PATH "/profile", 0750);
create_directory(path.Path(), 0777);
&& create_directory(fSettingsPath.Path(), 0700) == B_OK
return create ? create_directory(_path.Path(), 0755) : error;
error = create_directory(path.Path(), 0755);
if (create_directory(fDestText->Text(), 0755) != B_OK) {
ret = create_directory(path.Path(), 0777);
result = create_directory(resultPath.Path(), 0777);
create_directory(resultPath.Path(), 0777);
result = create_directory(resultPath.Path(), 0777);
create_directory(resultPath.Path(), 0777);
ret = create_directory(path.Path(), 0777);
ret = create_directory(destPath.Path(), 0777);
|| create_directory(destPath.Path(), 0755) != B_OK
ret = create_directory(path.Path(), 0777);
return create_directory(path.Path(), 0755);
if (create_directory(path.Path(), 777) != B_OK)
create_directory(path.Path(), 0777);
create_directory(path.Path(), 0777);
if ((create_directory(queryPath.Path(), 0777)) != B_OK)
return create_directory(path.Path(), 0755);
ret = create_directory(dirPath.Path(), kDefaultMode);
ret = create_directory(destination.Path(), kDefaultMode);
if (create_directory(directory.Path(), kDefaultMode) != B_OK)
if (create_directory(STR_DEFAULT_WEB_DIRECTORY, 0755) != B_OK) {
status_t directoryCreateStatus = create_directory(path.Path(), 0755);
status = create_directory(path.Path(), 0755);
create_directory(directoryPath.Path(), 0755);
create_directory(path.Path(), 0755);
&& create_directory(path.Path(), 0777) == B_OK) {
return create_directory(path.Path(), 0777);
return create_directory(path.String(), 0777);
ErrorCode = create_directory (m_SettingsDirectoryPath.Path (), 0755);
create_directory(fOutboundDirectory, 755);
create_directory(path.String(), 0777);
create_directory(path.Path(), 777);
create_directory(path.Path(), 0777);
create_directory(path.Path(), 0755);
fStatus = create_directory(fLocation->WritableDirectory(),
result = create_directory(path.Path(), 0755);
error = create_directory(path.Path(),
&& create_directory(path.Path(), S_IRWXU | S_IRWXG | S_IRWXO)
if (create_directory(path.Path(), 0777) != B_OK)
status = create_directory(path.Path(), 0755);
return create_directory(path.Path(), 0755);
if (create_directory(path.Path(), 777) != B_OK)
if ((err = create_directory(path.Path(), S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH)) != B_OK
if (create_directory(path.Path(), 777) != B_OK)
create_directory(path, 0777);
if ((err = create_directory(path.Path(), 0755)) != B_OK)
status = create_directory(path.Path(),
error = create_directory(absolutePath.Path(),
create_directory(path.Path(), mode);
error = create_directory(path.Path(), 0777);
error = create_directory(path);
error = create_directory(path);
create_directory(parent.Path(), 0777); // create directory
create_directory(parent.Path(), 0777); // create directory
create_directory(parent.Path(), 0777);
create_directory(parent.Path(), 0777); // Verzeichnis anlegen
CPPUNIT_ASSERT( create_directory(entryName.c_str(), 0x1ff) == B_OK );
CPPUNIT_ASSERT( create_directory(entryName.c_str(), 0x1ff) == B_OK );
CPPUNIT_ASSERT( create_directory(entryName.c_str(), 0x1ff) == B_OK );
CPPUNIT_ASSERT( create_directory(entryName.c_str(), 0x1ff) == B_OK );
CPPUNIT_ASSERT( create_directory(entryName.c_str(), 0x1ff) == B_OK );
CPPUNIT_ASSERT( create_directory(entryName.c_str(), 0x1ff) == B_OK );
CPPUNIT_ASSERT( equals(create_directory(existingFile, 0x1ff), B_BAD_VALUE,
CPPUNIT_ASSERT( equals(create_directory(fileLink, 0x1ff), B_BAD_VALUE,
CPPUNIT_ASSERT( create_directory(dirLink, 0x1ff) == B_OK );
CPPUNIT_ASSERT( create_directory(NULL, 0x1ff) == B_BAD_VALUE );
create_directory("/tmp/a");
create_directory("/tmp/ab");
create_directory("/tmp/a/b");
create_directory("/tmp/a/bc");
create_directory("/tmp/a/b/c");
create_directory("/tmp/a/b/cd");
create_directory("/tmp/a/b/c");
create_directory("/tmp/a/b/c/d");
create_directory(path, 0755);
FATAL_IF_ERROR(create_directory(path, 0755),