Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
3bc4235baa9650dfabe64f35e279ad842270e26c
/
.
/
gn
/
checkpath.py
blob: db8cd98df614a66385290db476b541aaf54fe021 [
file
] [
log
] [
blame
]
#! /usr/bin/env python
# Copyright 2019 Google LLC.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import
os
import
sys
print
all
(
os
.
path
.
exists
(
a
)
for
a
in
sys
.
argv
[
1
:])