OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fileOp
(Results
1 - 3
of
3
) sorted by null
/build/tools/atree/
files.h
30
FileOpType
fileOp
;
atree.cpp
266
if (it->
fileOp
== FILE_OP_REMOVE &&
291
if (it->
fileOp
== FILE_OP_REMOVE) {
309
if (it->
fileOp
== FILE_OP_STRIP) {
files.cpp
114
add_file(vector<FileRecord>* files, const FileOpType
fileOp
,
121
rec.
fileOp
=
fileOp
;
333
if (rec->
fileOp
== FILE_OP_REMOVE) {
480
fileOp
= FILE_OP_COPY;
Completed in 2879 milliseconds