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.ts119 relativePath?: string; property
208 relativePath: string; property
936 readonly relativePath: string; property
D@ohos.file.fileAccess.d.ts491 relativePath: string; property
/interface/sdk-js/build-tools/jsdoc_format_plugin/src/core/
DcoreImpls.ts97 const relativePath = path.relative(inputParam.inputFilePath!, sourceFile); constant
856 const relativePath = path.relative(this.inputFilePath, this.outputFilePath); constant