Home
last modified time | relevance | path

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

/build/tools/atree/
Dfiles.cpp268 FileOpType op = FILE_OP_COPY; in read_list_file() local
275 if (op != FILE_OP_COPY) { in read_list_file()
279 op = FILE_OP_REMOVE; in read_list_file()
281 if (op != FILE_OP_COPY) { in read_list_file()
285 op = FILE_OP_STRIP; in read_list_file()
313 add_file(files, op, filename, i+1, paths[0], paths[1]); in read_list_file()