Home
last modified time | relevance | path

Searched refs:InsertBeforeExtensionASCII (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/cronet/base/files/
H A Dfile_util.cc480 if (!PathExists(path.InsertBeforeExtensionASCII(number))) in GetUniquePathNumber()
492 return path.InsertBeforeExtensionASCII(StringPrintf(" (%d)", uniquifier)); in GetUniquePath()
H A Dfile_path_fuzzer.cc78 std::ignore = path.InsertBeforeExtensionASCII(text_ascii); in LLVMFuzzerTestOneInput()
H A Dfile_path.h327 [[nodiscard]] FilePath InsertBeforeExtensionASCII(StringPiece suffix) const;
H A Dfile_path.cc442 FilePath FilePath::InsertBeforeExtensionASCII(StringPiece suffix) in InsertBeforeExtensionASCII() function in base::FilePath
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/1/external/libchrome/base/files/
Dfile_path.h293 FilePath InsertBeforeExtensionASCII(
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/files/
Dfile_path.h293 FilePath InsertBeforeExtensionASCII(
/aosp_15_r20/external/libchrome/base/files/
H A Dfile_path.h290 FilePath InsertBeforeExtensionASCII(
H A Dfile_util.cc277 new_path = path.InsertBeforeExtensionASCII(StringPrintf(" (%d)", count)); in GetUniquePathNumber()
H A Dfile_path.cc421 FilePath FilePath::InsertBeforeExtensionASCII(StringPiece suffix) in InsertBeforeExtensionASCII() function in base::FilePath
/aosp_15_r20/external/cronet/net/tools/cert_verify_tool/
H A Dcert_verify_tool.cc148 .InsertBeforeExtensionASCII("." + GetName()); in VerifyCert()