Lines Matching refs:item
84 FstabItem* item = nullptr;
86 item = FindFstabItemForPath(*fstab, path1.c_str());
87 if (item == nullptr) {
91 item = FindFstabItemForPath(*fstab, path2.c_str());
92 if (item != nullptr) {
96 item = FindFstabItemForPath(*fstab, path3.c_str());
97 if (item == nullptr) {
101 item = FindFstabItemForPath(*fstab, path4.c_str());
102 if (item != nullptr) {
115 FstabItem* item = nullptr;
118 item = FindFstabItemForMountPoint(*fstab, mp2.c_str());
119 if (item == nullptr) {
123 item = FindFstabItemForMountPoint(*fstab, mp3.c_str());
124 if (item != nullptr) {
137 struct FstabItem* item = nullptr;
139 item = FindFstabItemForMountPoint(*fstab, mp.c_str());
140 if (item == nullptr) {
145 unsigned long flags = GetMountFlags(item->mountOptions, fsSpecificOptions, bufferSize, mp.c_str());