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

/haiku-fatelf/src/add-ons/print/drivers/pdf/source/
H A DImageCache.cpp51 BString path2(path);
54 path2 += "/Mask";
55 kMaskPathPrefix = strdup(path2.String());
/haiku-fatelf/src/bin/coreutils/lib/
H A Dsymlinkat.c31 char const *path2 _GL_UNUSED)
H A Dunistd.in.h660 extern int link (const char *path1, const char *path2)
665 # define link(path1,path2) \
668 link (path1, path2))
680 extern int linkat (int fd1, const char *path1, int fd2, const char *path2,
686 # define linkat(f1,path1,f2,path2,f) \
689 linkat (f1, path1, f2, path2,f))
/haiku-fatelf/src/tests/kits/storage/
H A DPathTest.cpp1144 BPath path2; local
1149 CPPUNIT_ASSERT( path2.InitCheck() == B_NO_INIT );
1151 CPPUNIT_ASSERT( (path == path2) == true );
1152 CPPUNIT_ASSERT( (path != path2) == false );
1155 path2.Unset();
1159 CPPUNIT_ASSERT( path2.InitCheck() == B_NO_INIT );
1160 CPPUNIT_ASSERT( (path == path2) == false );
1161 CPPUNIT_ASSERT( (path != path2) == true );
1163 path2.Unset();
1167 CPPUNIT_ASSERT( path2
1254 BPath path2; local
1273 BPath path2; local
1284 BPath path2; local
1293 BPath path2; local
[all...]
H A DFindDirectoryTest.cpp347 BPath path2; local
350 status_t result2 = find_directory(directories[i], &path2, false,
356 CPPUNIT_ASSERT( path == path2 && path == path3 );
391 BPath path2; local
393 status_t result2 = find_directory(directories[i], &path2, false, NULL);
396 CPPUNIT_ASSERT( path == path2 );
H A DEntryTest.cpp2188 const char *path2 = testEntry2->cpath; local
2191 CPPUNIT_ASSERT( get_ref_for_path(path2, &ref2) == B_OK );
/haiku-fatelf/src/bin/network/wget/lib/
H A Dunistd.in.h528 extern int link (const char *path1, const char *path2);
532 # define link(path1,path2) \
535 link (path1, path2))
/haiku-fatelf/src/bin/bash/
H A Dgeneral.c398 same_file (path1, path2, stp1, stp2)
399 char *path1, *path2;
413 if (stat (path2, &st2) != 0)
/haiku-fatelf/src/kits/tracker/
H A DOpenWithWindow.cpp1556 BPath path, path2; local
1561 entry2.GetPath(&path2);
1566 path.Path(), signature, path2.Path(), strerror(result),
/haiku-fatelf/src/kits/app/
H A DRoster.cpp216 BPath path2(app2);
231 bool found2 = !strncmp(path, path2.Path(), length)
232 && path2.Path()[length] == '/';;
254 bool inSystem2 = !strncmp(serverPath.String(), path2.Path(), length);

Completed in 96 milliseconds