Searched defs:File (Results 1 – 3 of 3) sorted by relevance
111 auto File = InstantiateFile(env, fd, path.get()).val_; in Sync() local126 auto File = InstantiateFile(env, open_req.result, path.get()).val_; in Sync() local
30 File::File(const String& path, int mode) in File() function in OHOS::Idl::File
188 bool AVMuxerDemo::PushBuffer(std::shared_ptr<std::ifstream> File, const int32_t frameSize, in PushBuffer()