Searched refs:binary (Results 1 – 17 of 17) sorted by relevance
/art/tools/dexanalyze/ |
D | dexanalyze_test.cc | 29 std::string binary = GetDexAnalyzePath(); in DexAnalyzeExec() local 30 CHECK(OS::FileExists(binary.c_str())) << binary << " should be a valid file path"; in DexAnalyzeExec() 32 argv.push_back(binary); in DexAnalyzeExec()
|
/art/test/801-VoidCheckCast/ |
D | info.txt | 1 A test that is only available as a DEX binary.
|
/art/oatdump/ |
D | Android.bp | 37 // is then used for the (mostly) static host oatdump binary. 75 // Make the host binary static, except for system libraries. 88 // is then used for the (mostly) static host oatdump binary. 129 // Make the host binary static, except for system libraries.
|
/art/profman/ |
D | Android.bp | 55 // is then used for the (mostly) static host profman binary. 103 // Make the host binary static, except for system libraries. This 131 // Make the host binary static, except for system libraries. This
|
/art/runtime/ |
D | dex2oat_environment_test.h | 138 std::ifstream src_stream(src, std::ios::binary); in Copy() 139 std::ofstream dst_stream(dst, std::ios::binary); in Copy()
|
D | hidden_api_test.cc | 46 std::ifstream src_stream(src, std::ios::binary); in Copy() 47 std::ofstream dst_stream(dst, std::ios::binary); in Copy()
|
/art/build/ |
D | codegen.go | 38 binary = moduleType{false, false, false} var
|
D | art.go | 473 installCodegenCustomizer(module, binary)
|
D | Android.bp | 216 // runtime binary itself may exploit these features. Secondly, this implies that
|
/art/sigchainlib/ |
D | Android.bp | 36 // -z,global marks the binary with the DF_1_GLOBAL flag which puts the symbols
|
/art/dex2oat/ |
D | Android.bp | 129 // is then used for the (mostly) static host dex2oat binary. 303 // Make the host binary static, except for system libraries. This 348 // Make the host binary static, except for system libraries. This
|
D | dex2oat_image_test.cc | 138 std::ifstream src_stream(dex_file, std::ios::binary); in CopyDexFiles() 139 std::ofstream dst_stream(new_location, std::ios::binary); in CopyDexFiles()
|
/art/tools/cpp-define-generator/ |
D | Android.bp | 49 // Produce text file rather than binary.
|
/art/tools/ |
D | dex2oat_wrapper | 109 # If the dex2oat binary with the bitness as a suffix doesn't exist,
|
/art/odrefresh/ |
D | Android.bp | 127 // TODO(b/183882457): This binary doesn't go into com.android.art, but
|
/art/test/ |
D | README.atest.md | 94 You can also pass option `--gtest_filter` to the gtest binary to achieve a
|
/art/tools/hiddenapi/ |
D | hiddenapi.cc | 739 std::ofstream ofs(path.c_str(), std::ofstream::out | std::ofstream::binary); in WriteTo()
|