HomeSort by relevance Sort by last modified time
    Searched refs:temp_dirs (Results 1 - 5 of 5) sorted by null

  /external/toolchain-utils/fdo_scripts/
divide_and_merge_profiles.py 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:
  /external/perf_data_converter/src/quipper/
scoped_temp_path_test.cc 151 std::vector<ScopedTempDir> temp_dirs(kNumMultiplePaths);
153 paths[i] = temp_dirs[i].path();
182 std::vector<ScopedTempDir> temp_dirs(kNumMultiplePaths);
184 paths[i] = temp_dirs[i].path();
  /development/tools/privapp_permissions/
privapp_permissions.py 67 temp_dirs = [] variable
95 temp_dirs.append(dst)
557 for directory in temp_dirs:
561 del temp_dirs[:]
  /external/tensorflow/tensorflow/compiler/xla/tools/
interactive_graphviz.cc 442 std::vector<string> temp_dirs; local
443 env->GetLocalTempDirectories(&temp_dirs);
444 if (temp_dirs.empty()) {
451 // Try to create a unique file inside of temp_dirs.front(). Notably, this
455 temp_dirs.front(),
  /external/selinux/python/sepolicy/sepolicy/
generate.py     [all...]

Completed in 807 milliseconds