diff options
Diffstat (limited to 'adb/adb_utils.h')
| -rw-r--r-- | adb/adb_utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/adb/adb_utils.h b/adb/adb_utils.h index 84f7d0c07e..f4ddb6c439 100644 --- a/adb/adb_utils.h +++ b/adb/adb_utils.h @@ -21,6 +21,7 @@ bool getcwd(std::string* cwd); bool directory_exists(const std::string& path); +bool file_exists(const std::string& path); std::string escape_arg(const std::string& s); |
