Searched refs:kFilePathItem (Results 1 - 2 of 2) sorted by relevance

/haiku/src/tests/system/kernel/file_corruption/driver/
H A Dchecksum_device.cpp61 static const char* const kFilePathItem = "checksum_device/file_path"; variable
277 {kFilePathItem, B_STRING_TYPE, {string: fileName}},
750 if (sDeviceManager->get_attr_string(node, kFilePathItem, &fileName, false)
/haiku/src/add-ons/kernel/drivers/disk/virtual/ram_disk/
H A Dram_disk.cpp139 static const char* const kFilePathItem = "ram_disk/file_path"; variable
202 {kFilePathItem, B_STRING_TYPE, {.string = filePath}},
1165 sDeviceManager->get_attr_string(node, kFilePathItem, &filePath, false);

Completed in 35 milliseconds