Home
last modified time | relevance | path

Searched refs:binary (Results 1 – 17 of 17) sorted by relevance

/art/tools/dexanalyze/
Ddexanalyze_test.cc29 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/
Dinfo.txt1 A test that is only available as a DEX binary.
/art/oatdump/
DAndroid.bp37 // 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/
DAndroid.bp55 // 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/
Ddex2oat_environment_test.h138 std::ifstream src_stream(src, std::ios::binary); in Copy()
139 std::ofstream dst_stream(dst, std::ios::binary); in Copy()
Dhidden_api_test.cc46 std::ifstream src_stream(src, std::ios::binary); in Copy()
47 std::ofstream dst_stream(dst, std::ios::binary); in Copy()
/art/build/
Dcodegen.go38 binary = moduleType{false, false, false} var
Dart.go473 installCodegenCustomizer(module, binary)
DAndroid.bp216 // runtime binary itself may exploit these features. Secondly, this implies that
/art/sigchainlib/
DAndroid.bp36 // -z,global marks the binary with the DF_1_GLOBAL flag which puts the symbols
/art/dex2oat/
DAndroid.bp129 // 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
Ddex2oat_image_test.cc138 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/
DAndroid.bp49 // Produce text file rather than binary.
/art/tools/
Ddex2oat_wrapper109 # If the dex2oat binary with the bitness as a suffix doesn't exist,
/art/odrefresh/
DAndroid.bp127 // TODO(b/183882457): This binary doesn't go into com.android.art, but
/art/test/
DREADME.atest.md94 You can also pass option `--gtest_filter` to the gtest binary to achieve a
/art/tools/hiddenapi/
Dhiddenapi.cc739 std::ofstream ofs(path.c_str(), std::ofstream::out | std::ofstream::binary); in WriteTo()