Symbol: create_directory
headers/build/os/storage/Directory.h
86
status_t create_directory(const char *path, mode_t mode);
headers/os/storage/Directory.h
88
status_t create_directory(const char *path, mode_t mode);
src/add-ons/index_server/IndexServerAddOn.cpp
89
if (create_directory(path.Path(), 777) != B_OK)
src/add-ons/index_server/fulltext/CLuceneDataBase.cpp
53
create_directory(fDataBasePath.Path(), 0755);
src/add-ons/kernel/file_systems/netfs/server/NetFSServer.cpp
1035
error = create_directory(path->Path(), S_IRWXU | S_IRWXG | S_IRWXO);
src/add-ons/kernel/network/ppp/shared/libppp/PPPManager.cpp
127
create_directory(PTP_INTERFACE_SETTINGS_PATH, 0750);
src/add-ons/mail_daemon/inbound_protocols/imap/IMAPProtocol.cpp
27
status_t status = create_directory(destination.Path(), 0755);
src/add-ons/mail_daemon/inbound_protocols/imap/IMAPProtocol.cpp
288
status = create_directory(path.Path(), 0755);
src/add-ons/mail_daemon/inbound_protocols/pop3/POP3.cpp
139
create_directory(fDestinationDir, 0777);
src/add-ons/mail_daemon/inbound_protocols/pop3/POP3.cpp
81
create_directory(fDestinationDir, 0777);
src/add-ons/media/media-add-ons/radeon/RadeonAddOn.cpp
88
create_directory( path.Path(), 755 );
src/add-ons/media/media-add-ons/vst_host/VSTAddOn.cpp
107
create_directory(path, 0755);
src/add-ons/network_settings/dialup/DialUpView.cpp
464
create_directory(PPP_INTERFACE_SETTINGS_PATH, 0750);
src/add-ons/network_settings/dialup/DialUpView.cpp
474
create_directory(PPP_INTERFACE_SETTINGS_PATH "/profile", 0750);
src/add-ons/tracker/label_as/LabelAs.cpp
55
create_directory(path.Path(), 0777);
src/apps/debugger/settings/DebuggerSettingsManager.cpp
56
&& create_directory(fSettingsPath.Path(), 0700) == B_OK
src/apps/deskbar/DeskbarUtils.cpp
122
return create ? create_directory(_path.Path(), 0755) : error;
src/apps/expander/ExpanderSettings.cpp
210
error = create_directory(path.Path(), 0755);
src/apps/expander/ExpanderWindow.cpp
207
if (create_directory(fDestText->Text(), 0755) != B_OK) {
src/apps/haikudepot/ui_generic/support.cpp
66
ret = create_directory(path.Path(), 0777);
src/apps/haikudepot/util/StorageUtils.cpp
374
result = create_directory(resultPath.Path(), 0777);
src/apps/haikudepot/util/StorageUtils.cpp
376
create_directory(resultPath.Path(), 0777);
src/apps/haikudepot/util/StorageUtils.cpp
412
result = create_directory(resultPath.Path(), 0777);
src/apps/haikudepot/util/StorageUtils.cpp
414
create_directory(resultPath.Path(), 0777);
src/apps/icon-o-matic/generic/support/support_settings.cpp
52
ret = create_directory(path.Path(), 0777);
src/apps/installer/CopyEngine.cpp
377
ret = create_directory(destPath.Path(), 0777);
src/apps/installer/WorkerThread.cpp
310
|| create_directory(destPath.Path(), 0755) != B_OK
src/apps/launchbox/support.cpp
54
ret = create_directory(path.Path(), 0777);
src/apps/mail/MailApp.cpp
827
return create_directory(path.Path(), 0755);
src/apps/mail/MailSupport.cpp
141
if (create_directory(path.Path(), 777) != B_OK)
src/apps/mail/MailWindow.cpp
1450
create_directory(path.Path(), 0777);
src/apps/mail/MailWindow.cpp
1856
create_directory(path.Path(), 0777);
src/apps/mail/MailWindow.cpp
3385
if ((create_directory(queryPath.Path(), 0777)) != B_OK)
src/apps/mail/Settings.cpp
161
return create_directory(path.Path(), 0755);
src/apps/packageinstaller/PackageItem.cpp
1065
ret = create_directory(dirPath.Path(), kDefaultMode);
src/apps/packageinstaller/PackageItem.cpp
826
ret = create_directory(destination.Path(), kDefaultMode);
src/apps/packageinstaller/PackageItem.cpp
895
if (create_directory(directory.Path(), kDefaultMode) != B_OK)
src/apps/poorman/PoorManWindow.cpp
566
if (create_directory(STR_DEFAULT_WEB_DIRECTORY, 0755) != B_OK) {
src/apps/screenshot/ScreenshotWindow.cpp
701
status_t directoryCreateStatus = create_directory(path.Path(), 0755);
src/apps/terminal/PrefHandler.cpp
203
status = create_directory(path.Path(), 0755);
src/apps/terminal/PrefHandler.cpp
235
create_directory(directoryPath.Path(), 0755);
src/apps/terminal/ThemeWindow.cpp
109
create_directory(path.Path(), 0755);
src/apps/webpositive/BrowserApp.cpp
204
&& create_directory(path.Path(), 0777) == B_OK) {
src/apps/webpositive/BrowserWindow.cpp
1938
return create_directory(path.Path(), 0777);
src/bin/bfs_tools/lib/Inode.cpp
498
return create_directory(path.String(), 0777);
src/bin/mail_utils/spamdbm.cpp
3890
ErrorCode = create_directory (m_SettingsDirectoryPath.Path (), 0755);
src/kits/mail/HaikuMailFormatFilter.cpp
225
create_directory(fOutboundDirectory, 755);
src/kits/mail/MailMessage.cpp
955
create_directory(path.String(), 0777);
src/kits/mail/MailSettings.cpp
947
create_directory(path.Path(), 777);
src/kits/mail/numailkit.cpp
72
create_directory(path.Path(), 0777);
src/kits/network/libnetapi/NetworkSettings.cpp
675
create_directory(path.Path(), 0755);
src/kits/storage/mime/Database.cpp
81
fStatus = create_directory(fLocation->WritableDirectory(),
src/kits/tracker/FSUtils.cpp
2674
result = create_directory(path.Path(), 0755);
src/kits/tracker/VirtualDirectoryManager.cpp
471
error = create_directory(path.Path(),
src/preferences/keymap/KeymapWindow.cpp
154
&& create_directory(path.Path(), S_IRWXU | S_IRWXG | S_IRWXO)
src/preferences/printers/PrinterListView.cpp
99
if (create_directory(path.Path(), 0777) != B_OK)
src/preferences/screen/ScreenWindow.cpp
1255
status = create_directory(path.Path(), 0755);
src/servers/app/DesktopSettings.cpp
106
return create_directory(path.Path(), 0755);
src/servers/app/decorator/DecorManager.cpp
367
if (create_directory(path.Path(), 777) != B_OK)
src/servers/bluetooth/DeviceManager.cpp
215
if ((err = create_directory(path.Path(), S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH)) != B_OK
src/servers/index/VolumeWatcher.cpp
384
if (create_directory(path.Path(), 777) != B_OK)
src/servers/launch/AbstractEmptyDirectoryJob.cpp
27
create_directory(path, 0777);
src/servers/media/DefaultManager.cpp
154
if ((err = create_directory(path.Path(), 0755)) != B_OK)
src/servers/media/MediaFilesManager.cpp
447
status = create_directory(path.Path(),
src/servers/package/FSUtils.cpp
62
error = create_directory(absolutePath.Path(),
src/servers/print/PrintServerApp.cpp
281
create_directory(path.Path(), mode);
src/servers/registrar/TRoster.cpp
94
error = create_directory(path.Path(), 0777);
src/system/libroot/os/find_paths.cpp
472
error = create_directory(path);
src/system/libroot/os/find_paths.cpp
477
error = create_directory(path);
src/tests/kits/interface/bshelf/Container/ContainerApplication.cpp
43
create_directory(parent.Path(), 0777); // create directory
src/tests/kits/interface/bshelf/Container/ContainerApplication.cpp
72
create_directory(parent.Path(), 0777); // create directory
src/tests/kits/interface/bshelf/Container/TPreferences.cpp
44
create_directory(parent.Path(), 0777);
src/tests/kits/interface/bshelf/ShelfInspector/TPreferences.cpp
46
create_directory(parent.Path(), 0777); // Verzeichnis anlegen
src/tests/kits/storage/DirectoryTest.cpp
1781
CPPUNIT_ASSERT( create_directory(entryName.c_str(), 0x1ff) == B_OK );
src/tests/kits/storage/DirectoryTest.cpp
1788
CPPUNIT_ASSERT( create_directory(entryName.c_str(), 0x1ff) == B_OK );
src/tests/kits/storage/DirectoryTest.cpp
1794
CPPUNIT_ASSERT( create_directory(entryName.c_str(), 0x1ff) == B_OK );
src/tests/kits/storage/DirectoryTest.cpp
1805
CPPUNIT_ASSERT( create_directory(entryName.c_str(), 0x1ff) == B_OK );
src/tests/kits/storage/DirectoryTest.cpp
1811
CPPUNIT_ASSERT( create_directory(entryName.c_str(), 0x1ff) == B_OK );
src/tests/kits/storage/DirectoryTest.cpp
1817
CPPUNIT_ASSERT( create_directory(entryName.c_str(), 0x1ff) == B_OK );
src/tests/kits/storage/DirectoryTest.cpp
1825
CPPUNIT_ASSERT( equals(create_directory(existingFile, 0x1ff), B_BAD_VALUE,
src/tests/kits/storage/DirectoryTest.cpp
1827
CPPUNIT_ASSERT( equals(create_directory(fileLink, 0x1ff), B_BAD_VALUE,
src/tests/kits/storage/DirectoryTest.cpp
1829
CPPUNIT_ASSERT( create_directory(dirLink, 0x1ff) == B_OK );
src/tests/kits/storage/DirectoryTest.cpp
1832
CPPUNIT_ASSERT( create_directory(NULL, 0x1ff) == B_BAD_VALUE );
src/tests/kits/storage/testapps/PathMonitorTest.cpp
110
create_directory("/tmp/a");
src/tests/kits/storage/testapps/PathMonitorTest.cpp
111
create_directory("/tmp/ab");
src/tests/kits/storage/testapps/PathMonitorTest.cpp
112
create_directory("/tmp/a/b");
src/tests/kits/storage/testapps/PathMonitorTest.cpp
113
create_directory("/tmp/a/bc");
src/tests/kits/storage/testapps/PathMonitorTest.cpp
114
create_directory("/tmp/a/b/c");
src/tests/kits/storage/testapps/PathMonitorTest.cpp
115
create_directory("/tmp/a/b/cd");
src/tests/kits/storage/testapps/PathMonitorTest.cpp
145
create_directory("/tmp/a/b/c");
src/tests/kits/storage/testapps/PathMonitorTest.cpp
146
create_directory("/tmp/a/b/c/d");
src/tests/kits/storage/testapps/PathMonitorTest.cpp
90
create_directory(path, 0755);
src/tests/kits/storage/testapps/PathMonitorTest2.cpp
741
FATAL_IF_ERROR(create_directory(path, 0755),