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

  /external/libcxx/test/std/input.output/file.streams/fstreams/fstream.assign/
member_swap.pass.cpp 41 std::pair<std::string, std::string> temp_files = get_temp_file_names(); local
42 std::string& temp1 = temp_files.first;
43 std::string& temp2 = temp_files.second;
nonmember_swap.pass.cpp 43 std::pair<std::string, std::string> temp_files = get_temp_file_names(); local
44 std::string& temp1 = temp_files.first;
45 std::string& temp2 = temp_files.second;
  /external/libcxx/test/std/input.output/file.streams/fstreams/ofstream.assign/
member_swap.pass.cpp 41 std::pair<std::string, std::string> temp_files = get_temp_file_names(); local
42 std::string& temp1 = temp_files.first;
43 std::string& temp2 = temp_files.second;
nonmember_swap.pass.cpp 42 std::pair<std::string, std::string> temp_files = get_temp_file_names(); local
43 std::string& temp1 = temp_files.first;
44 std::string& temp2 = temp_files.second;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
config.py 67 self.temp_files = []
128 self.temp_files.extend([src, out])
137 self.temp_files.extend([src, obj])
152 self.temp_files.append(prog)
158 filenames = self.temp_files
159 self.temp_files = []
  /external/python/cpython2/Lib/distutils/command/
config.py 67 self.temp_files = []
128 self.temp_files.extend([src, out])
137 self.temp_files.extend([src, obj])
152 self.temp_files.append(prog)
158 filenames = self.temp_files
159 self.temp_files = []
  /external/python/cpython3/Lib/distutils/command/
config.py 64 self.temp_files = []
123 self.temp_files.extend([src, out])
132 self.temp_files.extend([src, obj])
147 self.temp_files.append(prog)
153 filenames = self.temp_files
154 self.temp_files = []
  /external/autotest/utils/
run_pylint.py 350 temp_files = [os.path.join(tempdir.name, file_path.split('/')[-1:][0])
353 for file_tuple in zip(work_tree_files, temp_files):
356 return batch_check_files(temp_files, pylint_base_opts)
  /development/tools/privapp_permissions/
privapp_permissions.py 69 temp_files = [] variable
98 temp_files.append(dst)
559 for file in temp_files:
562 del temp_files[:]
  /external/perf_data_converter/src/quipper/
scoped_temp_path_test.cc 103 std::vector<ScopedTempFile> temp_files(kNumMultiplePaths);
105 paths[i] = temp_files[i].path();
  /external/scapy/scapy/
main.py 339 for f in conf.temp_files:
344 del(conf.temp_files[:])
config.py 445 temp_files = [] variable in class:Conf
utils.py 43 conf.temp_files.append(fname)
    [all...]

Completed in 2270 milliseconds