Home
last modified time | relevance | path

Searched defs:apiPath (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/driver/build_system/src/plugins/
DFileManager.ts87 for (const apiPath of FileManager.staticApiPath) { constant
92 for (const apiPath of FileManager.dynamicApiPath) { constant
/arkcompiler/ets_frontend/arkguard/src/common/
DApiExtractor.ts965 const apiPath: string = path.join(sdkPath, (isEts ? 'ets' : 'js'), version, 'api'); constant