Home | History | Annotate | Download | only in Support

Lines Matching full:temp_store

134     SmallString<128> temp_store;
135 temp_store = *i;
136 ASSERT_NO_ERROR(fs::make_absolute(temp_store));
137 temp_store = *i;
138 path::remove_filename(temp_store);
140 temp_store = *i;
141 path::replace_extension(temp_store, "ext");
142 StringRef filename(temp_store.begin(), temp_store.size()), stem, ext;
147 path::native(*i, temp_store);