Lines Matching refs:Fd
172 if (fchmod(output_files.back()->Fd(), kFileMode) != 0) { in MoveOrEraseFiles()
466 args.emplace_back(StringPrintf("--profile-file-fd=%d", profile_file->Fd())); in AddDex2OatProfile()
490 bcp_fds.push_back(std::to_string(jar_file->Fd())); in AddBootClasspathFds()
507 args.emplace_back("--cache-info-fd=" + std::to_string(cache_info_file->Fd())); in AddCacheInfoFd()
548 bcp_image_fds.push_back(std::to_string(image_file->Fd())); in AddCompiledBootClasspathFdsIfAny()
558 bcp_oat_fds.push_back(std::to_string(oat_file->Fd())); in AddCompiledBootClasspathFdsIfAny()
568 bcp_vdex_fds.push_back(std::to_string(vdex_file->Fd())); in AddCompiledBootClasspathFdsIfAny()
1679 args.emplace_back(StringPrintf("--dex-fd=%d", file->Fd())); in RunDex2oat()
1713 args.emplace_back(StringPrintf("--%s-fd=%d", kind, staging_file->Fd())); in RunDex2oat()
1790 args.emplace_back(StringPrintf("--dirty-image-objects-fd=%d", file->Fd())); in RunDex2oatForBootClasspath()
1799 args.emplace_back(StringPrintf("--preloaded-classes-fds=%d", file->Fd())); in RunDex2oatForBootClasspath()
1956 fds.emplace_back(file->Fd()); in RunDex2oatForSystemServer()