Home
last modified time | relevance | path

Searched refs:opened_files (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/sandbox/linux/services/
Dbroker_process.cc385 std::vector<int> opened_files; in HandleRemoteCommand() local
392 OpenFileForIPC(requested_filename, flags, &write_pickle, &opened_files); in HandleRemoteCommand()
401 write_pickle.size(), opened_files); in HandleRemoteCommand()
404 for (std::vector<int>::iterator it = opened_files.begin(); in HandleRemoteCommand()
405 it != opened_files.end(); ++it) { in HandleRemoteCommand()
444 std::vector<int>* opened_files) const { in OpenFileForIPC()
446 DCHECK(opened_files); in OpenFileForIPC()
458 opened_files->push_back(opened_fd); in OpenFileForIPC()
Dbroker_process.h85 std::vector<int>* opened_files) const;
/external/llvm/utils/lit/lit/
DTestRunner.py54 opened_files = []
110 opened_files.append(r[2])
172 for f in opened_files: