OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:patchoat
(Results
26 - 41
of
41
) sorted by null
1
2
/art/test/
run-test
211
elif [ "x$1" = "x--no-
patchoat
" ]; then
560
run_args="${run_args} --no-
patchoat
"
628
err_echo "--bisection-search and --no-
patchoat
are mutually exclusive"
704
echo " --no-
patchoat
Run as though
patchoat
was failing."
[
all
...]
/art/test/testrunner/
target_config.py
213
'art-relocate-no-
patchoat
' : {
testrunner.py
446
options_test += ' --relocate --no-
patchoat
'
[
all
...]
/art/runtime/gc/space/
image_space.cc
252
std::string
patchoat
(Runtime::Current()->GetPatchoatExecutable());
267
argv.push_back(
patchoat
);
284
std::string
patchoat
(Runtime::Current()->GetPatchoatExecutable());
296
argv.push_back(
patchoat
);
[
all
...]
/art/
Android.mk
356
patchoat
\
466
build-art-target-golem: dex2oat dalvikvm
patchoat
linker libstdc++ \
/system/sepolicy/prebuilts/api/26.0/private/
file_contexts
245
#
patchoat
executable has (essentially) the same requirements as dex2oat.
246
/system/bin/
patchoat
(d)? u:object_r:dex2oat_exec:s0
/system/sepolicy/prebuilts/api/27.0/private/
file_contexts
250
#
patchoat
executable has (essentially) the same requirements as dex2oat.
251
/system/bin/
patchoat
(d)? u:object_r:dex2oat_exec:s0
/system/sepolicy/prebuilts/api/28.0/private/
file_contexts
266
#
patchoat
executable has (essentially) the same requirements as dex2oat.
267
/system/bin/
patchoat
(d)? u:object_r:dex2oat_exec:s0
/system/sepolicy/private/
file_contexts
266
#
patchoat
executable has (essentially) the same requirements as dex2oat.
267
/system/bin/
patchoat
(d)? u:object_r:dex2oat_exec:s0
/art/runtime/
oat_file_assistant.h
95
// wrong patch delta with respect to the boot image.
Patchoat
should be
parsed_options.cc
216
.IntoKey(M::
PatchOat
)
[
all
...]
runtime.h
970
// disabled. Tools like dex2oat or
patchoat
don't need them. This enables
[
all
...]
runtime.cc
719
patchoat_executable += (kIsDebugBuild ? "/bin/patchoatd" : "/bin/
patchoat
");
[
all
...]
/frameworks/native/cmds/installd/
otapreopt.cpp
431
cmd.push_back("/system/bin/
patchoat
");
[
all
...]
/system/core/libunwindstack/tests/files/offline/art_quick_osr_stub_arm/
libart.so
/system/core/libunwindstack/tests/files/offline/jit_debug_arm/
libart.so
Completed in 725 milliseconds
1
2