Searched refs:ReadTextFile (Results 1 – 2 of 2) sorted by relevance
35 static JSIValue ReadTextFile(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum);
520 JSI::SetModuleAPI(exports, "readText", NativeapiFs::ReadTextFile); in InitNativeApiFs()562 JSIValue NativeapiFs::ReadTextFile(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum) in ReadTextFile() function in OHOS::ACELite::NativeapiFs