Home
last modified time | relevance | path

Searched refs:expand_path (Results 1 – 4 of 4) sorted by relevance

/external/ImageMagick/MagickCore/
Dutility.c619 expand_path[MagickPathExtent]; in ExpandFilename() local
625 (void) CopyMagickString(expand_path,path,MagickPathExtent); in ExpandFilename()
634 (void) CopyMagickString(expand_path,".",MagickPathExtent); in ExpandFilename()
635 (void) ConcatenateMagickString(expand_path,path+1,MagickPathExtent); in ExpandFilename()
641 (void) CopyMagickString(expand_path,home,MagickPathExtent); in ExpandFilename()
642 (void) ConcatenateMagickString(expand_path,path+1,MagickPathExtent); in ExpandFilename()
680 (void) CopyMagickString(expand_path,entry->pw_dir,MagickPathExtent); in ExpandFilename()
683 (void) ConcatenateMagickString(expand_path,"/",MagickPathExtent); in ExpandFilename()
684 (void) ConcatenateMagickString(expand_path,p+1,MagickPathExtent); in ExpandFilename()
688 (void) CopyMagickString(path,expand_path,MagickPathExtent); in ExpandFilename()
/external/grpc-grpc/templates/
Dgrpc.gemspec.template5 $LOAD_PATH.push File.expand_path('../src/ruby/lib', __FILE__)
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
DRuby.stg34 this_directory = File.expand_path( File.dirname( __FILE__ ) )
/external/grpc-grpc/
Dgrpc.gemspec3 $LOAD_PATH.push File.expand_path('../src/ruby/lib', __FILE__)