Searched refs:relFilePath (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/perfetto/ui/ |
H A D | build.js | 755 fs.watch(absDir, {recursive: true}, (_eventType, relFilePath) => { 756 const filePath = pjoin(absDir, relFilePath);
|
/aosp_15_r20/external/deqp/scripts/android/ |
H A D | build_apk.py | 680 def addFileToAPK (config, apkPath, baseDir, relFilePath): argument 681 addFilesToAPK(config, apkPath, baseDir, [relFilePath])
|