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

/haiku/src/tests/kits/storage/
H A DEntryTest.cpp58 const char * cpath; member in struct:TestEntry
264 const char *filename = testEntry->cpath;
304 CPPUNIT_ASSERT( path == testEntry->cpath );
314 CPPUNIT_ASSERT( path == testEntry->super->cpath );
323 CPPUNIT_ASSERT( path == testEntry->super->cpath );
340 //printf("%s\n", testEntry->cpath);
341 BEntry entry(testEntry->cpath, traverse);
352 //printf("%s\n", testEntry->cpath);
353 if (chdir(testEntry->super->cpath) == 0) {
374 //printf("%s\n", testEntry->cpath);
[all...]
H A DQueryTest.cpp378 cpath(NULL),
386 cpath = this->path.c_str();
398 const char *cpath; member in class:QueryTestEntry
1303 BNode node(entry->cpath);
1309 CPPUNIT_ASSERT( get_ref_for_path(entry->cpath, &ref) == B_OK );

Completed in 52 milliseconds