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

/haiku/src/bin/cddb_lookup/
H A Dcddb_lookup.cpp206 bool doLookup; local
207 if (directory.ReadAttr("CD:do_lookup", B_BOOL_TYPE, 0, (void *)&doLookup,
208 sizeof(bool)) < B_OK || !doLookup)
/haiku/src/add-ons/kernel/file_systems/cdda/
H A Dkernel_interface.cpp110 void SetCDDBLookupsEnabled(bool doLookup);
651 bool doLookup = true;
659 doLookup = false;
663 doLookup = false;
735 SetCDDBLookupsEnabled(doLookup);
811 Volume::SetCDDBLookupsEnabled(bool doLookup) argument
815 (const uint8*)&doLookup, sizeof(bool));

Completed in 74 milliseconds