Searched refs:FileExist (Results 1 – 5 of 5) sorted by relevance
74 bool FileExist(const char *filename);
142 if (FileExist(realOutPath_.c_str()) && remove(realOutPath_.c_str())) { in SaveAndRename()159 if ((mode_ == MERGE) && FileExist(realOutPath_.c_str())) { in InternalSave()
138 bool FileExist(const char *filename) in FileExist() function
160 bool FileExist(const char *filename) in FileExist() function
92 if (!FileExist(filename)) { in TryRemoveAnFile()