Searched refs:expand_path (Results 1 - 10 of 10) sorted by relevance

/external/protobuf/ruby/tests/
H A Dgenerated_code_test.rb4 $LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__)))
/external/devlib/devlib/module/
H A Dandroid.py63 image_bundle = expand_path(image_bundle)
68 self._flash_image(self.target, partition, expand_path(image_path))
109 def expand_path(original_path): function
124 if not os.path.isfile(expand_path(image_path)):
/external/ImageMagick/MagickCore/
H A Dutility.c615 expand_path[MagickPathExtent];
621 (void) CopyMagickString(expand_path,path,MagickPathExtent);
630 (void) CopyMagickString(expand_path,".",MagickPathExtent);
631 (void) ConcatenateMagickString(expand_path,path+1,MagickPathExtent);
637 (void) CopyMagickString(expand_path,home,MagickPathExtent);
638 (void) ConcatenateMagickString(expand_path,path+1,MagickPathExtent);
664 (void) CopyMagickString(expand_path,entry->pw_dir,MagickPathExtent);
667 (void) ConcatenateMagickString(expand_path,"/",MagickPathExtent);
668 (void) ConcatenateMagickString(expand_path,p+1,MagickPathExtent);
672 (void) CopyMagickString(path,expand_path,MagickPathExten
605 expand_path[MagickPathExtent]; local
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
H A Dgrammar.rb28 path = File.expand_path path.to_s
54 path = File.expand_path path.to_s
256 parts << File.expand_path( @path )
274 @host_file = File.expand_path( options[ :file ] || host.file )
H A Dcore-extensions.rb189 File.expand_path( path.to_s ).split( File::Separator ).tap do |list|
/external/antlr/antlr-3.4/runtime/Ruby/lib/
H A Dantlr3.rb105 LIBRARY_PATH = ::File.expand_path( ::File.dirname( __FILE__ ) ).freeze
117 ::File.expand_path( ::File.join( LIBRARY_PATH, *args ) )
125 ::File.expand_path( ::File.join( DATA_PATH, *args ) )
141 @antlr_jar = path ? File.expand_path( path.to_s ) : path
149 if File.file?( env_path ) then return File.expand_path( env_path ) end
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
H A Ddebug-mode.rb69 @grammar_path = File.expand_path( @grammar.path )
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
H A Dgroup-file-parser.rb12 this_directory = File.expand_path( File.dirname( __FILE__ ) )
H A Dgroup-file-lexer.rb12 this_directory = File.expand_path( File.dirname( __FILE__ ) )
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
H A DRuby.stg34 this_directory = File.expand_path( File.dirname( __FILE__ ) )

Completed in 528 milliseconds