Searched defs:InstantiateStream (Results 1 – 3 of 3) sorted by relevance
36 static NVal InstantiateStream(napi_env env, unique_ptr<FILE, decltype(&fclose)> fp) in InstantiateStream() function
34 static NVal InstantiateStream(napi_env env, unique_ptr<FILE, decltype(&fclose)> fp) in InstantiateStream() function
266 NVal CommonFunc::InstantiateStream(napi_env env, shared_ptr<FILE> fp, bool async) in InstantiateStream() function in OHOS::FileManagement::ModuleFileIO::CommonFunc