HomeSort by relevance Sort by last modified time
    Searched refs:GetFilename (Results 1 - 25 of 47) 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);
  /art/libartbase/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/dexlayout/
dexlayout_test.cc 262 const std::string& dexdump_filename = dexdump_output.GetFilename();
267 const std::string& dexlayout_filename = dexlayout_output.GetFilename();
292 const std::string& tmp_name = tmp_file.GetFilename();
390 const std::string& tmp_name = tmp_file.GetFilename();
419 const std::string& tmp_name = tmp_file.GetFilename();
483 const std::string& tmp_name = tmp_file.GetFilename();
521 CreateProfile(dex_file->GetFilename(), profile_file->GetFilename(), dex_file->GetFilename());
612 { "-a", "-i", "-o", "/dev/null", temp_dex.GetFilename() };
    [all...]
  /art/dex2oat/
dex2oat_image_test.cc 120 std::string scratch_dir = scratch.GetFilename();
124 CHECK(!scratch_dir.empty()) << "No directory " << scratch.GetFilename();
126 if (!CompileBootImage(extra_args, scratch.GetFilename(), &error_msg)) {
127 LOG(ERROR) << "Failed to compile image " << scratch.GetFilename() << error_msg;
129 std::string art_file = scratch.GetFilename() + ".art";
130 std::string oat_file = scratch.GetFilename() + ".oat";
131 std::string vdex_file = scratch.GetFilename() + ".vdex";
252 {"--image-classes=" + classes.GetFilename()});
266 {"--compiled-classes=" + classes.GetFilename()});
281 {"--image-classes=" + classes.GetFilename(),
    [all...]
  /external/webrtc/webrtc/modules/audio_device/test/
audio_device_test_defines.h 73 const char* GetFilename(const char* filename);
  /art/libartbase/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/dex2oat/linker/
oat_writer_test.cc 424 tmp_oat.GetFilename(),
425 tmp_oat.GetFilename(),
559 tmp_oat.GetFilename(),
560 tmp_oat.GetFilename(),
589 std::unique_ptr<const DexFile> dex_file1_data = builder1.Build(dex_file1.GetFilename());
598 input_filenames.push_back(dex_file1.GetFilename().c_str());
604 std::unique_ptr<const DexFile> dex_file2_data = builder2.Build(dex_file2.GetFilename());
613 input_filenames.push_back(dex_file2.GetFilename().c_str());
637 tmp_oat.GetFilename(),
638 tmp_oat.GetFilename(),
    [all...]
image_test.h 133 std::unique_ptr<File> file(OS::OpenFileForReading(image_file.GetFilename().c_str()));
169 android::base::StringPrintf("%s-%d.art", location.GetFilename().c_str(), i);
175 std::string image_filename(GetSystemImageFilename(file.GetFilename().c_str(), kRuntimeISA));
402 std::unique_ptr<File> file(OS::OpenFileForReading(image_file.GetFilename().c_str()));
440 image.append(helper.image_locations[0].GetFilename());
  /art/compiler/utils/
swap_space_test.cc 39 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 131 StringPiece GetFilename(const StringPiece& path) {
143 StringPiece filename = GetFilename(path);
  /art/compiler/linker/
output_stream_test.cc 73 std::unique_ptr<File> in(OS::OpenFileForReading(tmp.GetFilename().c_str()));
88 std::unique_ptr<File> in(OS::OpenFileForReading(tmp.GetFilename().c_str()));
  /art/tools/hiddenapi/
hiddenapi_test.cc 69 argv_str.push_back("--dex=" + out_dex->GetFilename());
70 argv_str.push_back("--light-greylist=" + light_greylist.GetFilename());
71 argv_str.push_back("--dark-greylist=" + dark_greylist.GetFilename());
72 argv_str.push_back("--blacklist=" + blacklist.GetFilename());
84 File fd(file.GetFilename(), O_RDONLY, /* check_usage */ false);
86 LOG(FATAL) << "Unable to open file '" << file.GetFilename() << "': " << strerror(errno);
91 fd.Release(), /* location */ file.GetFilename(), /* verify */ false,
94 LOG(FATAL) << "Open failed for '" << file.GetFilename() << "' " << error_msg;
97 LOG(FATAL) << "Expected a standard dex file '" << file.GetFilename() << "'";
105 std::ofstream ofs(file.GetFilename(), std::ofstream::out)
    [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());
614 if (!p.ParseFile(import->GetFilename())) {
622 if (!check_filenames(import->GetFilename(), document.get()))
647 if (!gather_types(import->GetFilename(), import_itr->second.get(), types)) {
  /build/kati/
ninja.cc 212 return GetFilename(".kati_stamp%s.tmp");
215 static string GetFilename(const char* fmt) {
583 static string GetEnvScriptFilename() { return GetFilename("env%s.sh"); }
804 return NinjaGenerator::GetFilename("build%s.ninja");
808 return NinjaGenerator::GetFilename("ninja%s.sh");
812 return NinjaGenerator::GetFilename(".kati_stamp%s");
  /art/profman/
profile_assistant_test.cc 255 argv_str.push_back("--create-profile-from=" + class_names_file.GetFilename());
304 profile_file.GetFilename(),
307 EXPECT_TRUE(DumpClassesAndMethods(profile_file.GetFilename(), output_file_contents));
659 GenerateTestProfile(profile.GetFilename());
670 GenerateTestProfileWithInputDex(profile.GetFilename());
711 profile_file.GetFilename(),
769 dex1, profiles.back().GetFilename(), core_dex));
780 dex2, profiles.back().GetFilename(), core_dex));
790 dex3, profiles.back().GetFilename(), core_dex));
800 args.push_back("--reference-profile-file=" + out_profile.GetFilename());
    [all...]
  /art/patchoat/
patchoat_test.cc 341 std::string dex2oat_orig_dir = dex2oat_orig_scratch.GetFilename();
358 std::string dex2oat_reloc_dir = dex2oat_reloc_scratch.GetFilename();
370 std::string patchoat_dir = patchoat_scratch.GetFilename();
453 dex2oat_orig_dir_ = dex2oat_orig_scratch.GetFilename();
479 relocated_dir_ = relocated_scratch.GetFilename();
  /art/compiler/debug/dwarf/
dwarf_test.h 90 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 379 milliseconds

1 2