Searched refs:path2 (Results 1 - 8 of 8) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dioctl.c145 char path2[40 + sizeof(path1)]; /* less than 40 bytes more than path1 */ local
167 snprintf(path2, sizeof path2, "%s/discard_alignment", path1);
168 ret = read_u64(path2, discard_alignment);
180 snprintf(path2, sizeof path2, "%s/queue/discard_granularity", path1);
181 ret = read_u64(path2, discard_granularity);
186 snprintf(path2, sizeof path2,
188 ret = read_u64(path2, discard_granularit
[all...]
/haiku/src/tests/kits/storage/
H A DPathTest.cpp1148 BPath path2; local
1153 CPPUNIT_ASSERT( path2.InitCheck() == B_NO_INIT );
1155 CPPUNIT_ASSERT( (path == path2) == true );
1156 CPPUNIT_ASSERT( (path != path2) == false );
1159 path2.Unset();
1163 CPPUNIT_ASSERT( path2.InitCheck() == B_NO_INIT );
1164 CPPUNIT_ASSERT( (path == path2) == false );
1165 CPPUNIT_ASSERT( (path != path2) == true );
1167 path2.Unset();
1171 CPPUNIT_ASSERT( path2
1258 BPath path2; local
1277 BPath path2; local
1288 BPath path2; local
1297 BPath path2; local
[all...]
H A DFindDirectoryTest.cpp309 BPath path2; local
312 status_t result2 = find_directory(directories[i], &path2, false,
318 CPPUNIT_ASSERT( path == path2 && path == path3 );
353 BPath path2; local
355 status_t result2 = find_directory(directories[i], &path2, false, NULL);
358 CPPUNIT_ASSERT( path == path2 );
H A DEntryTest.cpp2192 const char *path2 = testEntry2->cpath; local
2195 CPPUNIT_ASSERT( get_ref_for_path(path2, &ref2) == B_OK );
/haiku/headers/os/package/
H A DCommitTransactionResult.h71 const BString& path1, const BString& path2,
/haiku/src/kits/package/
H A DCommitTransactionResult.cpp36 const BString& path1, const BString& path2, status_t systemError,
42 fPath2(path2),
109 " since its type doesn't match the type of \"%path2%\" which it"
120 " since \"%path2%\" which we need to compare it with is"
126 " since its type doesn't match the type of \"%path2%\" which we"
132 " since the comparison with \"%path2%\" failed: %error%."
138 " \"%path2%\"."
143 " automatically, since the comparison with \"%path2%\" failed:"
150 " version \"%path2%\"."
181 .ReplaceAll("%path2
35 BTransactionIssue(BType type, const BString& packageName, const BString& path1, const BString& path2, status_t systemError, int exitCode) argument
[all...]
/haiku/src/kits/tracker/
H A DOpenWithWindow.cpp1717 BPath path2; local
1722 entry2.GetPath(&path2);
1726 path1.Path(), signature, path2.Path(),
/haiku/src/kits/app/
H A DRoster.cpp221 BPath path2(app2);
236 bool found2 = !strncmp(path, path2.Path(), length)
237 && path2.Path()[length] == '/';;
259 bool inSystem2 = !strncmp(serverPath.String(), path2.Path(), length);

Completed in 82 milliseconds