Searched full:path_src (Results 1 – 3 of 3) sorted by relevance
87 when /^-s(.+)/ then @path_src = $1107 @path_src = cfg[:defaults][:path_src] if @path_src.nil?118 @path_src = HERE + "../src/" if @path_src.nil?119 @path_inc = @path_src if @path_inc.nil?121 @path_src += '/' unless (@path_src[-1] == 47)129 TRIAD = [ { :ext => '.c', :path => @path_src, :template => TEMPLATE_SRC, :inc => :src, :boil…
7 :path_src: ../src/
700 const char *path_src = PCNPATH(pcn_src); in puffs_fuse_node_rename() local708 ret = fuse_fs_rename_v30(fuse->fs, path_src, path_dest, 0); in puffs_fuse_node_rename()