HomeSort by relevance Sort by last modified time
    Searched refs:GetFilename (Results 1 - 25 of 44) sorted by null

1 2

  /art/runtime/
vdex_file_test.cc 36 tmp.GetFilename(),
44 tmp.GetFilename(), /*writable*/false, /*low_4gb*/false, /*quicken*/ false, &error_msg);
zip_archive_test.cc 44 std::unique_ptr<File> file(new File(tmp.GetFd(), tmp.GetFilename(), false));
52 int fd = open(tmp.GetFilename().c_str(), O_RDONLY);
dex_file_test.cc 306 std::unique_ptr<const DexFile> raw(OpenDexFileBase64(kRawDex, tmp.GetFilename().c_str()));
313 OpenDexFileInMemoryBase64(kRawDex, tmp.GetFilename().c_str(), 0x00d87910U, true);
319 std::unique_ptr<const DexFile> raw(OpenDexFileBase64(kRawDex38, tmp.GetFilename().c_str()));
328 const char* location = tmp.GetFilename().c_str();
340 const char* location = tmp.GetFilename().c_str();
546 UniqueCPtr<const char[]> dex_location_real(realpath(file.GetFilename().c_str(), nullptr));
577 ASSERT_TRUE(OpenDexFilesBase64(kRawZipClassesDexPresent, tmp.GetFilename().c_str(), &dex_files,
586 ASSERT_FALSE(OpenDexFilesBase64(kRawZipClassesDexAbsent, tmp.GetFilename().c_str(), &dex_files,
595 ASSERT_TRUE(OpenDexFilesBase64(kRawZipThreeDexFiles, tmp.GetFilename().c_str(), &dex_files,
603 OpenDexFileInMemoryBase64(kRawDexBadMapOffset, tmp.GetFilename().c_str(), 0xb3642819U, false)
    [all...]
  /art/runtime/base/
scoped_flock_test.cc 34 ScopedFlock file_lock = LockedFile::Open(scratch_file.GetFilename().c_str(),
39 ScopedFlock second_lock = LockedFile::Open(scratch_file.GetFilename().c_str(),
50 ScopedFlock file_lock = LockedFile::Open(scratch_file.GetFilename().c_str(),
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTMemoryFileSystem.h 60 @fn GetFilename
66 static const char* GetFilename(int i32Index);
PVRTResourceFile.cpp 326 @Function GetFilename
332 const char* CPVRTMemoryFileSystem::GetFilename(int i32Index)
  /art/dex2oat/
dex2oat_image_test.cc 112 std::string scratch_dir = scratch.GetFilename();
116 CHECK(!scratch_dir.empty()) << "No directory " << scratch.GetFilename();
118 if (!CompileBootImage(extra_args, scratch.GetFilename(), &error_msg)) {
119 LOG(ERROR) << "Failed to compile image " << scratch.GetFilename() << error_msg;
121 std::string art_file = scratch.GetFilename() + ".art";
122 std::string oat_file = scratch.GetFilename() + ".oat";
123 std::string vdex_file = scratch.GetFilename() + ".vdex";
162 const std::string image_prefix = file.GetFilename();
244 {"--image-classes=" + classes.GetFilename()});
258 {"--compiled-classes=" + classes.GetFilename()});
    [all...]
  /external/webrtc/webrtc/modules/audio_device/test/
audio_device_test_defines.h 73 const char* GetFilename(const char* filename);
audio_device_test_api.cc 32 const char* GetFilename(const char* filename)
39 const char* GetFilename(const char* filename) {
    [all...]
  /art/dexlayout/
dexlayout_test.cc 251 const std::string& dexdump_filename = dexdump_output.GetFilename();
256 const std::string& dexlayout_filename = dexlayout_output.GetFilename();
283 const std::string& tmp_name = tmp_file.GetFilename();
383 std::string tmp_name = tmp_file.GetFilename();
418 std::string tmp_name = tmp_file.GetFilename();
484 std::string tmp_name = tmp_file.GetFilename();
522 CreateProfile(dex_file->GetFilename(), profile_file->GetFilename(), dex_file->GetFilename());
592 { dexlayout, "-a", "-i", "-o", "/dev/null", temp_dex.GetFilename() };
    [all...]
  /art/runtime/base/unix_file/
fd_file_test.cc 73 FdFile file(tmp.GetFilename(), O_RDONLY, false);
89 FdFile file(tmp.GetFilename(), O_RDWR, false);
118 FdFile file(tmp.GetFilename(), O_RDWR, false);
145 FdFile src(src_tmp.GetFilename(), O_RDWR, false);
155 FdFile dest(src_tmp.GetFilename(), O_RDWR, false);
174 FdFile file(tmp.GetFilename(), O_RDWR, false);
193 FdFile file(tmp.GetFilename(), O_RDONLY, false);
196 FdFile file2(tmp.GetFilename(), O_RDWR, false);
206 std::string filename = tmp.GetFilename();
  /art/compiler/
oat_test.cc 419 std::unique_ptr<OatFile> oat_file(OatFile::Open(tmp_oat.GetFilename(),
420 tmp_oat.GetFilename(),
549 std::unique_ptr<OatFile> oat_file(OatFile::Open(tmp_oat.GetFilename(),
550 tmp_oat.GetFilename(),
579 std::unique_ptr<const DexFile> dex_file1_data = builder1.Build(dex_file1.GetFilename());
588 input_filenames.push_back(dex_file1.GetFilename().c_str());
594 std::unique_ptr<const DexFile> dex_file2_data = builder2.Build(dex_file2.GetFilename());
603 input_filenames.push_back(dex_file2.GetFilename().c_str());
626 std::unique_ptr<OatFile> opened_oat_file(OatFile::Open(oat_file.GetFilename(),
627 oat_file.GetFilename(),
    [all...]
image_test.h 131 std::unique_ptr<File> file(OS::OpenFileForReading(image_file.GetFilename().c_str()));
167 android::base::StringPrintf("%s-%d.art", location.GetFilename().c_str(), i);
173 std::string image_filename(GetSystemImageFilename(file.GetFilename().c_str(), kRuntimeISA));
396 std::unique_ptr<File> file(OS::OpenFileForReading(image_file.GetFilename().c_str()));
434 image.append(helper.image_locations[0].GetFilename());
  /art/compiler/utils/
swap_space_test.cc 37 unlink(scratch.GetFilename().c_str());
  /external/v8/tools/clang/blink_gc_plugin/
BlinkGCPluginConsumer.h 84 bool GetFilename(clang::SourceLocation loc, std::string* filename);
  /external/v8/tools/clang/plugins/
ChromeClassTester.h 83 bool GetFilename(clang::SourceLocation loc, std::string* filename);
ChromeClassTester.cpp 106 if (!GetFilename(loc, &filename)) {
221 if (GetFilename(record_location, &filename)) {
332 bool ChromeClassTester::GetFilename(SourceLocation loc,
343 *filename = ploc.getFilename();
  /frameworks/base/tools/aapt2/util/
Files.h 67 android::StringPiece GetFilename(const android::StringPiece& path);
Files.cpp 122 StringPiece GetFilename(const StringPiece& path) {
134 StringPiece filename = GetFilename(path);
  /art/compiler/linker/
output_stream_test.cc 70 std::unique_ptr<File> in(OS::OpenFileForReading(tmp.GetFilename().c_str()));
85 std::unique_ptr<File> in(OS::OpenFileForReading(tmp.GetFilename().c_str()));
  /art/profman/
profile_assistant_test.cc 221 argv_str.push_back("--create-profile-from=" + class_names_file.GetFilename());
270 profile_file.GetFilename(),
273 EXPECT_TRUE(DumpClassesAndMethods(profile_file.GetFilename(), output_file_contents));
625 GenerateTestProfile(profile.GetFilename());
636 GenerateTestProfileWithInputDex(profile.GetFilename());
677 profile_file.GetFilename(),
734 EXPECT_TRUE(CreateProfile(dex1, profiles.back().GetFilename(), core_dex));
744 EXPECT_TRUE(CreateProfile(dex2, profiles.back().GetFilename(), core_dex));
753 EXPECT_TRUE(CreateProfile(dex3, profiles.back().GetFilename(), core_dex));
763 args.push_back("--reference-profile-file=" + out_profile.GetFilename());
    [all...]
  /system/tools/aidl/
aidl.cpp 283 if (!import->GetFilename().empty()) {
284 source_aidl.push_back(import->GetFilename());
313 if (!import->GetFilename().empty()) {
314 source_aidl.push_back(import->GetFilename());
613 if (!p.ParseFile(import->GetFilename())) {
621 if (!check_filenames(import->GetFilename(), document.get()))
644 if (!gather_types(import->GetFilename(), import_itr->second.get(), types)) {
  /build/kati/
ninja.cc 213 return GetFilename(".kati_stamp%s.tmp");
216 static string GetFilename(const char* fmt) {
578 return GetFilename("env%s.sh");
800 return NinjaGenerator::GetFilename("build%s.ninja");
804 return NinjaGenerator::GetFilename("ninja%s.sh");
808 return NinjaGenerator::GetFilename(".kati_stamp%s");
  /art/compiler/debug/dwarf/
dwarf_test.h 88 cmd = cmd + "objdump " + args + " " + file.GetFilename() + " 2>&1";
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/
lldbefi.py 406 ModuleName += SBModule.GetFileSpec().GetFilename()
407 if FileName == ModuleName or FileName == SBModule.GetFileSpec().GetFilename():

Completed in 573 milliseconds

1 2