Inherited Variables
Inherited Constants
Inherited Methods
Class Details
[ Top ]
Class Variables
Class Methods
get_blocks
int get_blocks(
)
[line 73]
Tags:
- return - The total number of blocks on this mounted filesystem
- access - public
Parameters:
[ Top ]
get_blocks_available
int get_blocks_available(
)
[line 81]
Tags:
- return - The number of blocks available on this mounted filesystem
- access - public
Parameters:
[ Top ]
get_blocks_free
int get_blocks_free(
)
[line 89]
Tags:
- return - The number of free blocks on this mounted filesystem
- access - public
Parameters:
[ Top ]
get_block_size
int get_block_size(
)
[line 97]
Tags:
- return - The filesystem's block size
- access - public
Parameters:
[ Top ]
get_bytes_free
int get_bytes_free(
)
[line 105]
Tags:
- return - The number of bytes free on this filesystem
- access - public
Parameters:
[ Top ]
get_dev
string get_dev(
)
[line 57]
Tags:
- return - The device name of this mounted filesystem
- access - public
Parameters:
[ Top ]
get_dir
string get_dir(
)
[line 49]
Tags:
- return - The mount point of this mounted filesystem
- access - public
Parameters:
[ Top ]
get_type
string get_type(
)
[line 65]
Tags:
- return - The filesystem type of this mount
- access - public
Parameters:
[ Top ]