OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:input_oat_filename
(Results
1 - 2
of
2
) sorted by null
/art/patchoat/
patchoat.cc
385
bool PatchOat::ReplaceOatFileWithSymlink(const std::string&
input_oat_filename
,
406
if (symlink(
input_oat_filename
.c_str(), output_oat_filename.c_str()) < 0) {
414
LOG(INFO) << "Created symlink " << output_oat_filename << " -> " <<
input_oat_filename
;
local
957
std::string
input_oat_filename
;
local
[
all
...]
patchoat.h
91
static bool ReplaceOatFileWithSymlink(const std::string&
input_oat_filename
,
Completed in 774 milliseconds