Searched refs:open_file (Results 1 - 5 of 5) sorted by last modified time

/haiku/src/bin/
H A Dopen.cpp35 open_file(const char* openWith, BEntry& entry, int32 line = -1, int32 col = -1) function
80 result = open_file(openWith, entry);
119 result = open_file(openWith, entry, line);
132 result = open_file(openWith, entry, line, col);
/haiku/src/build/libroot/
H A Dfs.cpp660 // open_file
662 open_file(const char *path, int openMode, int perms) function
710 return open_file(realPath.c_str(), openMode, perms);
724 return open_file(realPath.c_str(), openMode, perms);
/haiku/src/tests/system/kernel/file_corruption/fs/
H A Dchecksumfs.cpp519 open_file(Volume* volume, Node* node, int openMode, Transaction& transaction, function
636 error = open_file(volume, childNode, openMode, transaction,
674 error = open_file(volume, newFile, openMode & ~O_TRUNC, transaction,
1578 status_t error = open_file(volume, node, openMode, transaction, true,
1987 error = open_file(volume, cookie->attribute, openMode, transaction, false,
/haiku/src/add-ons/kernel/file_systems/ntfs/
H A Dlowntfs.c494 struct open_file *of;
496 of = (struct open_file*)(long)fi->fh;
564 struct open_file *of;
566 of = (struct open_file*)(long)fi->fh;
616 struct open_file *of;
800 of = (struct open_file*)malloc(sizeof(struct open_file));
806 of->previous = (struct open_file*)NULL;
1016 * We keep one open_file record per opening, to avoid
/haiku/src/tests/add-ons/kernel/file_systems/random_file_actions/
H A Drandom_file_actions.cpp286 open_file(const std::string& name, int mode) function
392 int fd = open_file(file.name, O_RDONLY);
562 int fd = open_file(name, O_RDWR | O_CREAT | O_TRUNC);
636 int fd = open_file(file.name, O_WRONLY | O_APPEND);
660 int fd = open_file(file.name, O_CREAT | O_WRONLY | O_TRUNC);
686 int fd = open_file(file.name, O_WRONLY | O_TRUNC);

Completed in 68 milliseconds