Lines Matching full:filepath
36 int64 ComputeDirectorySize(const FilePath& root_path) {
44 bool Move(const FilePath& from_path, const FilePath& to_path) {
50 bool CopyFile(const FilePath& from_path, const FilePath& to_path) {
56 bool ContentsEqual(const FilePath& filename1, const FilePath& filename2) {
90 bool TextContentsEqual(const FilePath& filename1, const FilePath& filename2) {
130 bool ReadFileToString(const FilePath& path,
166 bool ReadFileToString(const FilePath& path, std::string* contents) {
170 bool IsDirectoryEmpty(const FilePath& dir_path) {
178 FILE* CreateAndOpenTemporaryFile(FilePath* path) {
179 FilePath directory;
186 bool CreateDirectory(const FilePath& full_path) {
190 bool GetFileSize(const FilePath& file_path, int64* file_size) {
198 bool TouchFile(const FilePath& path,
240 int GetUniquePathNumber(const FilePath& path,
241 const FilePath::StringType& suffix) {
244 (!have_suffix || !PathExists(FilePath(path.value() + suffix)))) {
248 FilePath new_path;
252 (!have_suffix || !PathExists(FilePath(new_path.value() + suffix)))) {