OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ReplaceExtension
(Results
1 - 3
of
3
) sorted by null
/build/blueprint/pathtools/
lists.go
36
result[i] =
ReplaceExtension
(path, extension)
41
func
ReplaceExtension
(path string, extension string) string {
/build/soong/android/
paths.go
833
//
ReplaceExtension
creates a new OutputPath with the extension replaced with ext.
834
func (p OutputPath)
ReplaceExtension
(ctx PathContext, ext string) OutputPath {
838
ret := PathForOutput(ctx, pathtools.
ReplaceExtension
(p.path, ext))
839
ret.rel = pathtools.
ReplaceExtension
(p.rel, ext)
944
return PathForModuleGen(ctx, subdir, pathtools.
ReplaceExtension
(p.path, ext))
948
return PathForModuleObj(ctx, subdir, pathtools.
ReplaceExtension
(p.path, ext))
1041
return PathForModuleGen(ctx, subdir, pathtools.
ReplaceExtension
(p.path, ext))
1045
return PathForModuleObj(ctx, subdir, pathtools.
ReplaceExtension
(p.path, ext))
[
all
...]
/external/libchrome/base/files/
file_path.cc
449
FilePath FilePath::
ReplaceExtension
(StringPieceType extension) const {
[
all
...]
Completed in 197 milliseconds