Home
last modified time | relevance | path

Searched refs:temp_dirs (Results 1 – 4 of 4) sorted by relevance

/external/toolchain-utils/fdo_scripts/
Ddivide_and_merge_profiles.py70 temp_dirs = []
73 temp_dirs.append(temp_dir)
77 (self._merge_program, ','.join(temp_dirs), self._output))
82 for temp_dir in temp_dirs:
/external/perf_data_converter/src/quipper/
Dscoped_temp_path_test.cc151 std::vector<ScopedTempDir> temp_dirs(kNumMultiplePaths); in TEST() local
153 paths[i] = temp_dirs[i].path(); in TEST()
182 std::vector<ScopedTempDir> temp_dirs(kNumMultiplePaths); in TEST() local
184 paths[i] = temp_dirs[i].path(); in TEST()
/external/tensorflow/tensorflow/compiler/xla/tools/
Dinteractive_graphviz.cc442 std::vector<string> temp_dirs; in RenderAndDisplayGraph() local
443 env->GetLocalTempDirectories(&temp_dirs); in RenderAndDisplayGraph()
444 if (temp_dirs.empty()) { in RenderAndDisplayGraph()
455 temp_dirs.front(), in RenderAndDisplayGraph()
/external/selinux/python/sepolicy/sepolicy/
Dgenerate.py1335 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))