OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fsys
(Results
1 - 5
of
5
) sorted by null
/prebuilts/go/darwin-x86/src/syscall/
fs_nacl.go
25
// An
fsys
is a file system.
29
type
fsys
struct {
type
60
fsys
*
fsys
68
func newFsys() *
fsys
{
69
fs := &
fsys
{}
105
// Except where indicated otherwise, unexported methods on
fsys
109
func (fs *
fsys
) newInode() *inode {
121
func (fs *
fsys
) atime(ip *inode) {
127
func (fs *
fsys
) mtime(ip *inode)
[
all
...]
/prebuilts/go/linux-x86/src/syscall/
fs_nacl.go
25
// An
fsys
is a file system.
29
type
fsys
struct {
type
60
fsys
*
fsys
68
func newFsys() *
fsys
{
69
fs := &
fsys
{}
105
// Except where indicated otherwise, unexported methods on
fsys
109
func (fs *
fsys
) newInode() *inode {
121
func (fs *
fsys
) atime(ip *inode) {
127
func (fs *
fsys
) mtime(ip *inode)
[
all
...]
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/Carbon/
Folders.py
127
kFileSystemSupportFolderType = FOUR_CHAR_CODE('
fsys
')
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
Folders.py
127
kFileSystemSupportFolderType = FOUR_CHAR_CODE('
fsys
')
/external/google-breakpad/src/third_party/libdisasm/
x86_format.c
563
{ "
fsys
", 0xA020 },
[
all
...]
Completed in 229 milliseconds