Searched refs:InsertBeforeExtensionASCII (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/download/
H A Ddownload_file_unittest.cc134 FilePath path_1(initial_path.InsertBeforeExtensionASCII("_1"));
135 FilePath path_2(initial_path.InsertBeforeExtensionASCII("_2"));
136 FilePath path_3(initial_path.InsertBeforeExtensionASCII("_3"));
137 FilePath path_4(initial_path.InsertBeforeExtensionASCII("_4"));
H A Ddownload_util.cc766 *path = path->InsertBeforeExtensionASCII(StringPrintf(" (%d)", number));
/external/chromium/base/
H A Dfile_path.h239 FilePath InsertBeforeExtensionASCII(const base::StringPiece& suffix) const;
H A Dfile_path.cc398 FilePath FilePath::InsertBeforeExtensionASCII(const base::StringPiece& suffix) function in class:FilePath
/external/chromium/net/disk_cache/
H A Dstress_cache.cc95 FilePath path = GetCacheFilePath().InsertBeforeExtensionASCII("_stress");

Completed in 100 milliseconds