Lines Matching refs:fake
90 fake bool member
298 if c.fake {
314 …copyFile := func(ctx android.SingletonContext, path android.Path, out string, fake bool) android.O…
315 if fake {
326 installSnapshot := func(m LinkableInterface, fake bool) android.Paths {
362 ret = append(ret, copyFile(ctx, path, out, fake))
418 ret = append(ret, copyFile(ctx, libPath, snapshotLibOut, fake))
432 ret = append(ret, copyFile(ctx, binPath, snapshotBinOut, fake))
440 ret = append(ret, copyFile(ctx, objPath, snapshotObjOut, fake))
484 installAsFake := c.fake
509 … append(snapshotOutputs, copyFile(ctx, header, filepath.Join(includeDir, header.String()), c.fake))