Searched refs:dereference (Results 1 - 2 of 2) sorted by relevance

/haiku/src/tools/fs_shell/
H A Dcommand_cp.cpp47 dereference(true),
57 bool dereference; member in struct:FSShell::Options
875 bool dereference);
1074 bool dereference)
1083 FSSH_O_RDONLY | (dereference ? 0 : FSSH_O_NOTRAVERSE),
1267 options.dereference = false;
1273 options.dereference = true;
1385 FSSH_O_RDONLY | (options.dereference ? 0 : FSSH_O_NOTRAVERSE),
1417 | (options.dereference ? 0 : FSSH_O_NOTRAVERSE),
1450 targetEntry, options, options.dereference);
1072 copy_entry(FSDomain *sourceDomain, const char *source, FSDomain *targetDomain, const char *target, const Options &options, bool dereference) argument
[all...]
H A Dfssh.cpp835 bool dereference = true; local
858 dereference = false;
878 fssh_status_t error = _kern_read_stat(-1, target, dereference, &st,

Completed in 40 milliseconds