Searched refs:create_directory (Results 1 - 25 of 61) sorted by relevance

123

/haiku/src/tests/kits/storage/testapps/
H A DPathMonitorTest.cpp87 create_directory(const char* path) function
90 create_directory(path, 0755);
110 create_directory("/tmp/a");
111 create_directory("/tmp/ab");
112 create_directory("/tmp/a/b");
113 create_directory("/tmp/a/bc");
114 create_directory("/tmp/a/b/c");
115 create_directory("/tmp/a/b/cd");
145 create_directory("/tmp/a/b/c");
146 create_directory("/tm
[all...]
/haiku/src/servers/launch/
H A DAbstractEmptyDirectoryJob.cpp27 create_directory(path, 0777);
/haiku/src/tests/kits/interface/bshelf/Container/
H A DContainerApplication.cpp43 create_directory(parent.Path(), 0777); // create directory
72 create_directory(parent.Path(), 0777); // create directory
H A DTPreferences.cpp44 create_directory(parent.Path(), 0777);
/haiku/src/apps/icon-o-matic/generic/support/
H A Dsupport_settings.cpp52 ret = create_directory(path.Path(), 0777);
/haiku/src/apps/deskbar/
H A DDeskbarUtils.cpp122 return create ? create_directory(_path.Path(), 0755) : error;
/haiku/src/apps/haikudepot/util/
H A DStorageUtils.cpp374 result = create_directory(resultPath.Path(), 0777);
376 create_directory(resultPath.Path(), 0777);
412 result = create_directory(resultPath.Path(), 0777);
414 create_directory(resultPath.Path(), 0777);
/haiku/headers/os/storage/
H A DDirectory.h88 status_t create_directory(const char *path, mode_t mode);
/haiku/src/kits/mail/
H A Dnumailkit.cpp72 create_directory(path.Path(), 0777);
/haiku/src/apps/haikudepot/ui_generic/
H A Dsupport.cpp66 ret = create_directory(path.Path(), 0777);
/haiku/headers/build/os/storage/
H A DDirectory.h86 status_t create_directory(const char *path, mode_t mode);
/haiku/src/add-ons/index_server/
H A DIndexServerAddOn.cpp89 if (create_directory(path.Path(), 777) != B_OK)
/haiku/src/apps/launchbox/
H A Dsupport.cpp54 ret = create_directory(path.Path(), 0777);
/haiku/src/apps/debugger/settings/
H A DDebuggerSettingsManager.cpp56 && create_directory(fSettingsPath.Path(), 0700) == B_OK
/haiku/src/tests/kits/interface/bshelf/ShelfInspector/
H A DTPreferences.cpp46 create_directory(parent.Path(), 0777); // Verzeichnis anlegen
/haiku/src/add-ons/media/media-add-ons/vst_host/
H A DVSTAddOn.cpp107 create_directory(path, 0755);
/haiku/src/apps/terminal/
H A DThemeWindow.cpp109 create_directory(path.Path(), 0755);
H A DPrefHandler.cpp203 status = create_directory(path.Path(), 0755);
235 create_directory(directoryPath.Path(), 0755);
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPProtocol.cpp27 status_t status = create_directory(destination.Path(), 0755);
288 status = create_directory(path.Path(), 0755);
/haiku/src/system/libroot/os/
H A Dfind_paths.cpp238 create_directory(char* path) function
472 error = create_directory(path);
477 error = create_directory(path);
/haiku/src/servers/package/
H A DFSUtils.cpp62 error = create_directory(absolutePath.Path(),
/haiku/src/add-ons/index_server/fulltext/
H A DCLuceneDataBase.cpp53 create_directory(fDataBasePath.Path(), 0755);
/haiku/src/servers/bluetooth/
H A DDeviceManager.cpp215 if ((err = create_directory(path.Path(), S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH)) != B_OK
/haiku/src/servers/app/decorator/
H A DDecorManager.cpp367 if (create_directory(path.Path(), 777) != B_OK)
/haiku/src/preferences/appearance/
H A DCurView.cpp247 create_directory(COLOR_SET_DIR,0777);
368 create_directory(SERVER_SETTINGS_DIR,0777);

Completed in 144 milliseconds

123