source:
trunk/packages/python-afs/afs/_fs.pyx
@
2765
| Last change on this file since 2765 was 2599, checked in by broder, 16 years ago | |
|---|---|
| File size: 263 bytes | |
| Rev | Line | |
|---|---|---|
| [2599] | 1 | from afs._util cimport * |
| 2 | from afs._util import pyafs_error | |
| 3 | ||
| 4 | def whichcell(char* path): | |
| 5 | """Determine which AFS cell a particular path is in.""" | |
| 6 | cdef char cell[MAXCELLCHARS] | |
| 7 | ||
| 8 | pioctl_read(path, VIOC_FILE_CELL_NAME, cell, sizeof(cell), 1) | |
| 9 | return cell |
Note: See TracBrowser
for help on using the repository browser.
