Searched refs:temp_dirs (Results 1 – 4 of 4) sorted by relevance
70 temp_dirs = []73 temp_dirs.append(temp_dir)77 (self._merge_program, ','.join(temp_dirs), self._output))82 for temp_dir in temp_dirs:
151 std::vector<ScopedTempDir> temp_dirs(kNumMultiplePaths); in TEST() local153 paths[i] = temp_dirs[i].path(); in TEST()182 std::vector<ScopedTempDir> temp_dirs(kNumMultiplePaths); in TEST() local184 paths[i] = temp_dirs[i].path(); in TEST()
442 std::vector<string> temp_dirs; in RenderAndDisplayGraph() local443 env->GetLocalTempDirectories(&temp_dirs); in RenderAndDisplayGraph()444 if (temp_dirs.empty()) { in RenderAndDisplayGraph()455 temp_dirs.front(), in RenderAndDisplayGraph()
1335 temp_dirs = []1343 temp_dirs.append(i)1347 if len(temp_dirs) != 0:1348 for i in temp_dirs:1356 self.DEFAULT_DIRS[p][1] = list(set(self.DEFAULT_DIRS[p][1]) - set(temp_dirs))