Searched refs:fFilePath (Results 1 - 5 of 5) sorted by relevance

/haiku/src/system/kernel/disk_device_manager/
H A DKFileDiskDevice.cpp28 fFilePath(NULL)
89 error = set_string(fFilePath, filePath);
117 free(fFilePath);
118 fFilePath = NULL;
132 return fFilePath;
141 if (stat(fFilePath, &st) == 0 && S_ISREG(st.st_mode))
154 if (stat(fFilePath, &st) != 0 || !S_ISREG(st.st_mode))
/haiku/src/preferences/repositories/
H A DRepositoriesSettings.cpp22 status_t status = find_directory(B_USER_SETTINGS_DIRECTORY, &fFilePath);
24 status = fFilePath.Append(settingsFilename);
100 status_t status = fFile.SetTo(fFilePath.Path(), B_READ_ONLY);
111 status_t status = fFile.SetTo(fFilePath.Path(),
H A DRepositoriesSettings.h35 BPath fFilePath; member in class:RepositoriesSettings
/haiku/headers/private/kernel/disk_device_manager/
H A DKFileDiskDevice.h40 char *fFilePath; member in class:BPrivate::DiskDevice::KFileDiskDevice
/haiku/src/add-ons/kernel/drivers/disk/virtual/ram_disk/
H A Dram_disk.cpp240 fFilePath(NULL),
255 free(fFilePath);
272 fFilePath = filePath != NULL ? strdup(filePath) : NULL;
273 if (filePath != NULL && fFilePath == NULL)
328 if (fFilePath != NULL) {
389 if (fFilePath != NULL)
390 strlcpy(_info.path, fFilePath, sizeof(_info.path));
398 FileDescriptorCloser fd(open(fFilePath, O_WRONLY));
819 FileDescriptorCloser fd(open(fFilePath, O_RDONLY));
940 char* fFilePath; member in struct:RawDevice
[all...]

Completed in 101 milliseconds