HomeSort by relevance Sort by last modified time
    Searched defs:profile_file (Results 1 - 4 of 4) sorted by null

  /art/runtime/
dexopt_test.cc 78 ScratchFile profile_file; local
80 args.push_back("--profile-file=" + profile_file.GetFilename());
  /art/dexlayout/
dexlayout_test.cc 330 std::string profile_file = tmp_dir + "primary.prof"; local
331 WriteFileBase64(kDexFileLayoutInputProfile, profile_file.c_str());
338 { dexlayout, "-v", "-w", tmp_dir, "-o", tmp_name, "-p", profile_file, dex_file };
346 { "/bin/rm", dex_file, profile_file, output_dex };
389 ScratchFile* profile_file,
394 if (profile_file != nullptr) {
395 WriteBase64ToFile(profile_filename, profile_file->GetFile());
396 EXPECT_EQ(profile_file->GetFile()->Flush(), 0);
462 nullptr /* profile_file */,
475 nullptr /* profile_file */,
    [all...]
  /art/profman/
profile_assistant_test.cc 220 ScratchFile profile_file; local
222 profile_file.GetFilename(),
224 profile_file.GetFile()->ResetOffset();
225 EXPECT_TRUE(DumpClassesAndMethods(profile_file.GetFilename(), output_file_contents));
550 ScratchFile profile_file; local
552 profile_file.GetFilename(),
555 profile_file.GetFile()->ResetOffset();
556 ASSERT_TRUE(info.Load(GetFd(profile_file)));
626 ScratchFile profile_file; local
628 profile_file.GetFilename()
775 ScratchFile profile_file; local
    [all...]
  /frameworks/native/cmds/installd/
InstalldNativeService.cpp 421 const std::string profile_file = create_current_profile_path(userId, pkgname, local
424 if (fs_prepare_file_strict(profile_file.c_str(), 0600, uid, uid) != 0) {
425 return error("Failed to prepare " + profile_file);
    [all...]

Completed in 685 milliseconds