Lines Matching refs:expectedPath
253 expectedPath string
261 expectedPath: filepath.Join(targetPath, "system/etc/firmware"),
271 expectedPath: filepath.Join(targetPath, "vendor/firmware/sub_dir"),
277 android.AssertPathRelativeToTopEquals(t, "install dir", tt.expectedPath, p.installDirPath)
287 expectedPath string
295 expectedPath: filepath.Join(targetPath, "system/etc/dsp"),
305 expectedPath: filepath.Join(targetPath, "vendor/dsp/sub_dir"),
311 android.AssertPathRelativeToTopEquals(t, "install dir", tt.expectedPath, p.installDirPath)
321 expectedPath string
329 expectedPath: filepath.Join(targetPath, "system/lib/rfsa"),
339 expectedPath: filepath.Join(targetPath, "vendor/lib/rfsa/sub_dir"),
345 android.AssertPathRelativeToTopEquals(t, "install dir", tt.expectedPath, p.installDirPath)