diff options
Diffstat (limited to 'utils.h')
-rw-r--r-- | utils.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -193,6 +193,10 @@ bool GetFilesystemSizeFromFD(int fd, int* out_block_count, int* out_block_size); +// Returns the path of the passed |command| on the board. This uses the +// environment variable SYSROOT to determine the path to the command on the +// board instead of the path on the running environment. +std::string GetPathOnBoard(const std::string& command); // Returns a human-readable string with the file format based on magic constants // on the header of the file. |