Searched refs:ref_for_path (Results 1 - 4 of 4) sorted by relevance

/haiku/src/tests/kits/app/broster/
H A DFindAppTester.cpp86 // ref_for_path
89 ref_for_path(const char *filename, bool traverse = true) function
139 entry_ref appHint(ref_for_path(appHintPath));
143 return ref_for_path(filename);
156 CHK(ref_for_path(filename) == appHint);
192 entry_ref fileRef(ref_for_path(filename));
283 CHK(ref_for_path(appFile1) == ref);
303 CHK(ref_for_path(appFile1) == ref);
323 CHK(ref_for_path(appFile1) == ref);
345 CHK(ref_for_path(appFile
[all...]
H A DLaunchTester.cpp116 // ref_for_path
119 ref_for_path(const char *filename, bool traverse = true) function
187 entry_ref appHint(ref_for_path(appHintPath));
191 return ref_for_path(filename);
204 CHK(ref_for_path(filename) == appHint);
240 entry_ref fileRef(ref_for_path(filename));
330 CHK(ref_for_path(appFile1) == ref);
363 CHK(ref_for_path(appFile1) == ref);
396 CHK(ref_for_path(appFile1) == ref);
431 CHK(ref_for_path(appFile
[all...]
H A DBroadcastTester.cpp57 // ref_for_path
60 ref_for_path(const char *filename, bool traverse = true) function
94 return ref_for_path(filename);
H A DRosterWatchingTester.cpp59 // ref_for_path
62 ref_for_path(const char *filename, bool traverse = true) function
96 return ref_for_path(filename);

Completed in 49 milliseconds