Searched defs:method (Results 1 - 2 of 2) sorted by relevance

/system/vold/
H A DVolumeManager.cpp1230 int VolumeManager::shareEnabled(const char *label, const char *method, bool *enabled) { argument
1238 if (strcmp(method, "ums")) {
1251 int VolumeManager::shareVolume(const char *label, const char *method) { argument
1264 if (strcmp(method, "ums")) {
1334 int VolumeManager::unshareVolume(const char *label, const char *method) { argument
1342 if (strcmp(method, "ums")) {
/system/core/adb/
H A Dsysdeps_win32.c260 DWORD method; local
265 case SEEK_SET: method = FILE_BEGIN; break;
266 case SEEK_CUR: method = FILE_CURRENT; break;
267 case SEEK_END: method = FILE_END; break;
273 result = SetFilePointer( f->fh_handle, pos, NULL, method );

Completed in 387 milliseconds