Lines Matching refs:relPath

19 getOneCfgFile(relPath: string, callback: AsyncCallback<string>)
30 | relPath | string | Yes | Name of the configuration file. …
64 getOneCfgFile(relPath: string): Promise<string>
74 | relPath | string | Yes | Name of the configuration file.|
111 getCfgFiles(relPath: string, callback: AsyncCallback<Array<string>>)
122 | relPath | string | Yes | Name of the configuration file. …
155 getCfgFiles(relPath: string): Promise<Array<string>>
165 | relPath | string | Yes | Name of the configuration file.|
276 getOneCfgFile(relPath: string, followMode: FollowXMode, callback: AsyncCallback<string>)
287 | relPath | string | Yes | Name of the configuration file. …
323 getOneCfgFile(relPath: string, followMode: FollowXMode, extra: string, callback: AsyncCallback<s…
334 | relPath | string | Yes | Name of the configuration file. …
372 getOneCfgFile(relPath: string, followMode: FollowXMode, extra?: string): Promise<string>
382 | relPath | string | Yes | Name of the configuration file. …
422 getOneCfgFileSync(relPath: string, followMode?: FollowXMode, extra?: string): string
432 | relPath | string | Yes | Name of the configuration file. …
470 getCfgFiles(relPath: string, followMode: FollowXMode, callback: AsyncCallback<Array<string&gt…
481 | relPath | string | Yes | Name of the configuration file. …
517 getCfgFiles(relPath: string, followMode: FollowXMode, extra: string, callback: AsyncCallback<Arr…
528 | relPath | string | Yes | Name of the configuration file. …
566 getCfgFiles(relPath: string, followMode: FollowXMode, extra?: string): Promise<Array<string&g…
576 | relPath | string | Yes | Name of the configuration file. …
616 getCfgFilesSync(relPath: string, followMode?: FollowXMode, extra?: string): Array<string>
626 | relPath | string | Yes | Name of the configuration file. …