Android-cuttlefish cvd tool
|
#include <pwd.h>
#include <android-base/logging.h>
#include <android-base/parseint.h>
#include <sys/file.h>
#include <sys/stat.h>
#include <unistd.h>
#include <vector>
#include "filesystem.h"
Namespaces | |
namespace | anonymous_namespace{filesystem.cpp} |
Functions | |
int | anonymous_namespace{filesystem.cpp}::LockFile (int fd) |
std::string | GetHomeDirPath () |
bool | FileExists (const std::string &path) |
bool | EnsureDirectoryExists (const std::string &directory_path) |
bool EnsureDirectoryExists | ( | const std::string & | directory_path | ) |
bool FileExists | ( | const std::string & | path | ) |
std::string GetHomeDirPath | ( | ) |