OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SymlinkFile
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/mclinker/include/mcld/Support/
FileSystem.h
34
SymlinkFile
,
/frameworks/compile/mclinker/lib/Support/
Directory.cpp
23
return f.type() ==
SymlinkFile
;
/art/patchoat/
patchoat.cc
110
static bool
SymlinkFile
(const std::string& input_filename, const std::string& output_filename) {
454
return
SymlinkFile
(input_oat_filename, output_oat_filename) &&
455
SymlinkFile
(input_vdex_filename, output_vdex_filename);
[
all
...]
Completed in 175 milliseconds