Home
last modified time | relevance | path

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

/interface/sdk-js/api/
D@ohos.multimedia.mediaLibrary.d.ts124 relativePath?: string; property
213 relativePath: string; property
941 readonly relativePath: string; property
D@ohos.file.fileAccess.d.ts496 relativePath: string; property
/interface/sdk-js/build-tools/jsdoc_format_plugin/src/core/
DcoreImpls.ts98 const relativePath = path.relative(inputParam.inputFilePath!, sourceFile); constant
856 const relativePath = path.relative(this.inputFilePath, this.outputFilePath); constant