Home
last modified time | relevance | path

Searched refs:binary (Results 1 – 12 of 12) 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/runtime/
Ddex2oat_environment_test.h134 std::ifstream src_stream(src, std::ios::binary); in Copy()
135 std::ofstream dst_stream(dst, std::ios::binary); in Copy()
Dhidden_api_test.cc491 std::ifstream src_stream(src, std::ios::binary); in Copy()
492 std::ofstream dst_stream(dst, std::ios::binary); in Copy()
/art/tools/cpp-define-generator/
DAndroid.bp40 // Produce text file rather than binary.
/art/build/
Dcodegen.go38 binary = moduleType{false, false, false} var
Dart.go449 installCodegenCustomizer(module, binary)
DAndroid.bp183 // runtime binary itself may exploit these features. Secondly, this implies that
/art/tools/
Ddex2oat_wrapper109 # If the dex2oat binary with the bitness as a suffix doesn't exist,
/art/dex2oat/
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/libdexfile/
DAndroid.bp444 // Required for the simpleperf binary in the NDK. No other modules than
/art/tools/hiddenapi/
Dhiddenapi.cc716 std::ofstream ofs(path.c_str(), std::ofstream::out | std::ofstream::binary); in WriteTo()