Searched refs:CreateDirectory (Results 1 - 25 of 38) sorted by relevance

12

/haiku-fatelf/src/add-ons/kernel/file_systems/ramfs/
H A DDirectory.h28 status_t CreateDirectory(const char *name, Directory **directory);
H A DDirectory.cpp71 // CreateDirectory
73 Directory::CreateDirectory(const char *name, Directory **directory) function in class:Directory
/haiku-fatelf/src/kits/package/
H A DContext.cpp99 result = tempDirectory.CreateDirectory(contextName.String(),
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/ramfs/
H A DDirectory.h28 status_t CreateDirectory(const char *name, Directory **directory);
H A DDirectory.cpp73 // CreateDirectory
75 Directory::CreateDirectory(const char *name, Directory **directory) function in class:Directory
/haiku-fatelf/src/apps/mail/
H A DStatus.cpp144 dir.CreateDirectory("Mail", &dir);
150 dir.CreateDirectory("status", &dir);
H A DMailApp.cpp486 directory.CreateDirectory(userIndexDir.Path(), NULL);
495 directory.CreateDirectory(indexDir.Path(), NULL);
496 directory.CreateDirectory(dictionaryDir.Path(), NULL);
497 directory.CreateDirectory(userIndexDir.Path(), NULL);
498 directory.CreateDirectory(userDictionaryDir.Path(), NULL);
H A DSignature.cpp357 dir.CreateDirectory("Mail", &dir);
365 dir.CreateDirectory("signatures", &dir);
/haiku-fatelf/src/apps/login/
H A DDesktopWindow.cpp52 dir.CreateDirectory("x-vnd.Haiku-Login", NULL);
/haiku-fatelf/headers/build/os/storage/
H A DDirectory.h67 status_t CreateDirectory(const char *path, BDirectory *dir);
/haiku-fatelf/headers/os/storage/
H A DDirectory.h56 status_t CreateDirectory(const char *path, BDirectory *dir);
/haiku-fatelf/src/preferences/datatranslations/
H A DDataTranslations.cpp109 status = target.CreateDirectory("Translators", &target);
/haiku-fatelf/src/tests/system/kernel/file_corruption/fs/
H A DVolume.h48 status_t CreateDirectory(mode_t mode,
H A DVolume.cpp204 error = CreateDirectory(S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH,
334 Volume::CreateDirectory(mode_t mode, Transaction& transaction, function in class:Volume
/haiku-fatelf/src/tools/
H A Dgenerate_attribute_stores.cpp73 directory.CreateDirectory(ATTRIBUTE_DIR_NAME, NULL);
/haiku-fatelf/src/add-ons/print/drivers/pdf/source/
H A DAdvancedSettingsWindow.cpp364 dir.CreateDirectory("PDF Writer", &dir);
371 dir.CreateDirectory(dirName, &dir);
/haiku-fatelf/src/tests/kits/storage/
H A DDirectoryTest.cpp45 suite->addTest( new TC("BDirectory::CreateDirectory Test",
1366 // CreateDirectory
1372 CPPUNIT_ASSERT( dir.CreateDirectory(entryName.c_str(), &subdir) == B_OK );
1383 CPPUNIT_ASSERT( dir.CreateDirectory(entryName.c_str(), &subdir)
1435 // CreateDirectory
1439 CPPUNIT_ASSERT( dir.CreateDirectory(entryName.c_str(), &subdir) == B_OK );
1449 CPPUNIT_ASSERT( dir.CreateDirectory(entryName.c_str(), &subdir)
1497 // CreateDirectory
1501 CPPUNIT_ASSERT( dir.CreateDirectory(entryName.c_str(), &subdir) == B_OK );
1511 CPPUNIT_ASSERT( dir.CreateDirectory(entryNam
[all...]
/haiku-fatelf/src/apps/packageinstaller/
H A DInstalledPackageInfo.cpp135 if (packageDir.CreateDirectory(kPackagesDir, &packageDir) != B_OK) {
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/fs_shell/
H A Dxcp.cpp100 virtual status_t CreateDirectory(const char *path, const struct my_stat &st,
399 virtual status_t CreateDirectory(const char *path, function in class:HostFSDomain
724 virtual status_t CreateDirectory(const char *path, const struct my_stat &st, function in class:GuestFSDomain
1073 error = targetDomain->CreateDirectory(target, sourceNode->Stat(),
/haiku-fatelf/src/tools/fs_shell/
H A Dcommand_cp.cpp129 virtual fssh_status_t CreateDirectory(const char *path,
425 virtual fssh_status_t CreateDirectory(const char *path, function in class:FSShell::HostFSDomain
791 virtual fssh_status_t CreateDirectory(const char *path, function in class:FSShell::GuestFSDomain
1171 error = targetDomain->CreateDirectory(target, sourceNode->Stat(),
/haiku-fatelf/src/apps/bootmanager/
H A DBootManagerController.cpp54 directory.CreateDirectory(parent.Path(), NULL);
/haiku-fatelf/src/build/libbe/storage/mime/
H A Ddatabase_support.cpp177 err = parent.CreateDirectory(typeLower.c_str(), NULL);
/haiku-fatelf/src/kits/storage/mime/
H A Ddatabase_support.cpp200 err = parent.CreateDirectory(typeLower.c_str(), NULL);
/haiku-fatelf/src/apps/people/
H A DPersonWindow.cpp365 || (dir.CreateDirectory("people", &dir) == B_OK
/haiku-fatelf/src/apps/cortex/RouteApp/
H A DRouteApp.cpp482 err = baseDirectory.CreateDirectory(s_settingsDirectory, &settingsDirectory);

Completed in 358 milliseconds

12