Home
last modified time | relevance | path

Searched defs:GetRawFileContent (Results 1 – 3 of 3) sorted by relevance

/test/xts/acts/multimedia/audio/audio_js_standard/audio_ndk_test/entry/src/main/cpp/
DAudioResourceManagerTest.cpp48 napi_value FileRecourceManager::GetRawFileContent(napi_env env, napi_callback_info info) in GetRawFileContent() function in FileRecourceManager
/test/xts/acts/multimedia/audio/audio_js_standard/audio_ndk_test/entry/src/main/cpp/types/libentry/
Dindex.d.ts19 export const GetRawFileContent: (resmgr: resourceManager.ResourceManager, path: string) => Uint8Arr… constant
/test/xts/acts/global/global_napi_test/entry/src/main/cpp/
Dglobal_napi_test.cpp131 static napi_value GetRawFileContent(napi_env env, napi_callback_info info) in GetRawFileContent() function