Searched refs:GetPath (Results 51 - 75 of 182) sorted by relevance

12345678

/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DDirectory.cpp155 status_t error = directory->GetPath(&path);
160 error = FDManager::OpenDir(path.GetPath(), fDirHandle);
H A DSecurityContext.h65 const char* GetPath() const;
H A DClientConnection.cpp707 result = node->GetPath(&path);
713 if (truncate(path.GetPath(), request->nodeInfo.st.st_size) < 0)
718 if (chmod(path.GetPath(), request->nodeInfo.st.st_mode) < 0)
730 if (utime(path.GetPath(), &buffer) < 0)
792 result = directory->GetPath(&path);
800 result = FDManager::Open(path.GetPath(),
1143 result = node->GetPath(&targetPath);
1166 result = directory->GetPath(&path);
1175 if (link(targetPath.GetPath(), path.GetPath()) <
[all...]
H A DNetFSServer.cpp575 ->GetNodePermissions(share->GetPath(), user);
667 fSecurityContext->ClearNodePermissions(share->GetPath(), user);
669 error = fSecurityContext->SetNodePermissions(share->GetPath(),
712 share->GetPath(), user);
879 error = securityContext->SetNodePermissions(share->GetPath(), user,
/haiku/src/apps/poorman/
H A DPoorManPreferencesWindow.cpp191 entry.GetPath(&path);
230 entry.GetPath(&path);
/haiku/src/bin/
H A Dfilepanel.cpp66 entry.GetPath(&p);
90 entry.GetPath(&p);
H A Deject.cpp33 device->GetPath(&fPath);
H A Dmimeset.cpp101 entry.GetPath(&path) == B_OK ? path.Path() : entry.Name(),
/haiku/src/tests/kits/storage/disk_device/
H A DDiskDeviceTest.cpp32 status_t error = device->GetPath(&path);
54 status_t error = partition->GetPath(&path);
/haiku/src/kits/tracker/
H A DTests.cpp207 entry.GetPath(&currentPath);
263 entry.GetPath(&currentPath);
H A DUtilities.h461 entry.GetPath(&path);
475 entry->GetPath(&path);
491 entry.GetPath(&path);
/haiku/src/apps/bootmanager/
H A DFileSelectionPage.cpp198 if (entry.GetPath(&path) == B_OK)
/haiku/src/kits/device/
H A DJoystickTweaker.cpp108 status_t result = entry.GetPath(&path);
/haiku/src/tests/system/kernel/
H A Dlive_query.cpp257 if (entry.GetPath(&path) != B_OK) {
/haiku/src/bin/package_repo/
H A Dcommand_create.cpp179 if (repositoryParentEntry.GetPath(&repositoryPath) != B_OK) {
/haiku/src/apps/powerstatus/
H A DACPIDriverInterface.cpp242 entry.GetPath(&path);
/haiku/src/kits/debugger/settings/
H A DBreakpointSetting.cpp63 file->GetPath(fSourceFile);
/haiku/src/apps/diskusage/
H A DStatusView.cpp145 info->GetPath(path);
/haiku/src/tests/kits/locale/
H A DcatalogSpeed.cpp187 appFolder.GetPath(&appPath);
/haiku/src/add-ons/media/media-add-ons/multi_audio/
H A DMultiAudioAddOn.cpp199 entry.GetPath(&path);
/haiku/src/kits/storage/
H A DRemoveEngine.cpp55 status_t error = entry.GetPath(pathBuffer, path);
/haiku/src/build/libroot/
H A Dfs_descriptors.cpp76 // GetPath
78 Descriptor::GetPath(string& path) const function in class:BPrivate::Descriptor
274 // GetPath
276 SymlinkDescriptor::GetPath(string& path) const function in class:BPrivate::SymlinkDescriptor
/haiku/src/apps/cortex/RouteApp/
H A DDormantNodeIO.cpp161 m_entry.GetPath(&p);
392 m_entry.GetPath(&p) == B_OK)
/haiku/src/add-ons/tracker/zipomatic/
H A DZipperThread.cpp101 entry.GetPath(&path);
107 entry.GetPath(&path);
/haiku/src/apps/haikudepot/util/
H A DStorageUtils.cpp161 result = directoryEntry.GetPath(&directoryEntryPath);
203 result = directoryEntry.GetPath(&directoryEntryPath);

Completed in 126 milliseconds

12345678