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

/system/vold/
H A DVolumeManager.cpp1161 int VolumeManager::shareEnabled(const char *label, const char *method, bool *enabled) { argument
1169 if (strcmp(method, "ums")) {
1182 int VolumeManager::shareVolume(const char *label, const char *method) { argument
1195 if (strcmp(method, "ums")) {
1260 int VolumeManager::unshareVolume(const char *label, const char *method) { argument
1268 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 63 milliseconds