Lines Matching full:filepath
13 class FilePath;
20 bool DieFileDie(const FilePath& file, bool recurse);
24 bool EvictFileFromSystemCache(const FilePath& file);
32 bool CopyRecursiveDirNoCache(const FilePath& source_dir,
33 const FilePath& dest_dir);
37 bool VolumeSupportsADS(const FilePath& path);
43 bool HasInternetZoneIdentifier(const FilePath& full_path);
46 // In general it's not reliable to convert a FilePath to a wstring and we use
49 std::wstring FilePathAsWString(const FilePath& path);
50 FilePath WStringAsFilePath(const std::wstring& path);