Home
last modified time | relevance | path

Searched refs:source_file (Results 1 – 8 of 8) sorted by relevance

/aoo4110/main/l10ntools/java/receditor/java/transex3/model/
H A DSdfEntity.java26 private String source_file; field in SdfEntity
58 …public SdfEntity(String project, String source_file, String dummy1, String resource_type, String g… in SdfEntity() argument
61 this.source_file = source_file; in SdfEntity()
99 return project+"\\"+source_file; in getFileId()
102 return source_file.substring(0 , source_file.lastIndexOf( "\\" )-1 ); in getResourcePath()
105 return project+"\t"+source_file+"\t"+dummy1+"\t"+resource_type+"\t"+gid+"\t" in toString()
110 return project+gid+lid+source_file+resource_type+platform+helpid; in getId()
202 return source_file; in getSource_file()
205 public void setSource_file(String source_file) { in setSource_file() argument
206 this.source_file = source_file; in setSource_file()
/aoo4110/main/l10ntools/java/jpropex/java/
H A DSdfEntity.java27 private String source_file = new String(""); field in SdfEntity
76 …public SdfEntity(String project, String source_file, String dummy1, String resource_type, String g… in SdfEntity() argument
79 this.source_file = source_file; in SdfEntity()
118 return project+"\\"+source_file; in getFileId()
121 return source_file.substring(0 , source_file.lastIndexOf( "\\" )-1 ); in getResourcePath()
124 …return new StringBuffer( project ).append( "\t" ).append( source_file ).append( "\t" ).append( dum… in toString()
129 …return new StringBuffer( project ).append( gid ).append( lid ).append( source_file ).append( resou… in getId()
221 return source_file; in getSource_file()
224 public void setSource_file(String source_file) { in setSource_file() argument
225 this.source_file = source_file; in setSource_file()
/aoo4110/main/l10ntools/scripts/tool/
H A Dsdf.py79 source_file = "" variable in SdfEntity
111 …def __init__(self, project="", source_file="", dummy1="0", resource_type="", gid="", lid="", helpi… argument
114 self.source_file = source_file;
137 self.source_file = splitted[ self.const._SOURCE_FILE_POS ]
153 return self.project + "\\" + self.source_file
156 return self.source_file[0:self.source_file.rfind( "\\" )-1]
159 …return ''.join([self.project, "\t", self.source_file, "\t", self.dummy1, "\t", self.resource_type,…
164 …return ''.join([self.project, self.gid, self.lid, self.source_file, self.resource_type, self.platf…
H A Dxtxex.py85 …return SdfEntity(project=self._options.project_name, source_file=self.get_filename_string(inputfil…
H A Dxhtex.py126 …return SdfEntity(project=self._options.project_name, source_file=self.get_filename_string(inputfil…
/aoo4110/main/postprocess/packconfig/
H A Dpackconfig.pl227 my $source_file = shift;
233 unlink $source_file;
236 if ( !rename($source_file, $dest_file)) {
237 unlink $source_file;
238 print_error("couldn't rename '$source_file'",1);
/aoo4110/main/solenv/bin/
H A Dpackimages.pl373 my $source_file = shift;
379 unlink $source_file;
382 if ( !rename($source_file, $dest_file)) {
383 unlink $source_file;
384 print_error("couldn't rename '$source_file'",1);
/aoo4110/main/solenv/bin/modules/installer/patch/
H A DInstallationSet.pm694 my $source_file = File::Spec->catfile($source, $file);
696 if ( -f $source_file)
698 File::Copy::copy($source_file, $destination_file);
701 elsif ( -d $source_file)
703 push @todo, [$source_file, $destination_file];

Completed in 30 milliseconds