Searched refs:pos (Results 1 – 7 of 7) sorted by relevance
112 size_t pos = 0; in mkdir_recursively() local115 if (path.length() != 0 and path[0] == '/') pos++; in mkdir_recursively()118 pos = path.find('/', pos); in mkdir_recursively()119 string p = path.substr(0, pos); in mkdir_recursively()135 pos++; in mkdir_recursively()
152 string::size_type pos = 0; in replace_variables() local153 while((pos = result.find(it->first, pos)) != string::npos) { in replace_variables()154 result = result.replace(pos, it->first.length(), it->second); in replace_variables()155 pos += it->second.length(); in replace_variables()385 int pos = filename.rfind('/'); in dir_part() local386 if (pos <= 0) { in dir_part()389 return filename.substr(0, pos); in dir_part()
24 pos = 026 pos = s.find(" ", pos) + 128 return s[pos:]
242 var pos = full.lastIndexOf("/");243 file = full.substr(pos) + file;244 full = full.substr(0, pos);
19 …pos=this.state=0;var E=this;function F(J){return E.step(J)}F.elem=this.elem;if(F()&&o.timers.push(…
221 var pos = full.lastIndexOf("/");222 file = full.substr(pos) + file;223 full = full.substr(0, pos);