/aosp12/system/update_engine/payload_generator/ |
H A D | squashfs_filesystem_unittest.cc | 75 void CheckSquashfs(const unique_ptr<SquashfsFilesystem>& fs) { in CheckSquashfs() 114 unique_ptr<SquashfsFilesystem> fs = SquashfsFilesystem::CreateFromFile( in TEST_F() local 135 unique_ptr<SquashfsFilesystem> fs = SquashfsFilesystem::CreateFromFile( in TEST_F() local 153 unique_ptr<SquashfsFilesystem> fs = SquashfsFilesystem::CreateFromFile( in TEST_F() local 168 unique_ptr<SquashfsFilesystem> fs = SquashfsFilesystem::CreateFromFileMap( in TEST_F() local 182 unique_ptr<SquashfsFilesystem> fs = SquashfsFilesystem::CreateFromFileMap( in TEST_F() local 195 unique_ptr<SquashfsFilesystem> fs = SquashfsFilesystem::CreateFromFileMap( in TEST_F() local 209 unique_ptr<SquashfsFilesystem> fs = SquashfsFilesystem::CreateFromFileMap( in TEST_F() local 224 unique_ptr<SquashfsFilesystem> fs = SquashfsFilesystem::CreateFromFileMap( in TEST_F() local 239 unique_ptr<SquashfsFilesystem> fs = SquashfsFilesystem::CreateFromFileMap( in TEST_F() local [all …]
|
H A D | mapfile_filesystem_unittest.cc | 63 unique_ptr<MapfileFilesystem> fs = MapfileFilesystem::CreateFromFile( in TEST_F() local 82 unique_ptr<MapfileFilesystem> fs = MapfileFilesystem::CreateFromFile( in TEST_F() local 114 unique_ptr<MapfileFilesystem> fs = MapfileFilesystem::CreateFromFile( in TEST_F() local 126 unique_ptr<MapfileFilesystem> fs = MapfileFilesystem::CreateFromFile( in TEST_F() local
|
H A D | ext2_filesystem_unittest.cc | 67 unique_ptr<Ext2Filesystem> fs = in TEST_F() local 76 unique_ptr<Ext2Filesystem> fs = Ext2Filesystem::CreateFromFile( in TEST_F() local 106 unique_ptr<Ext2Filesystem> fs = in TEST_F() local 188 unique_ptr<Ext2Filesystem> fs = Ext2Filesystem::CreateFromFile( in TEST_F() local 198 unique_ptr<Ext2Filesystem> fs = Ext2Filesystem::CreateFromFile( in TEST_F() local
|
H A D | boot_img_filesystem_unittest.cc | 73 unique_ptr<BootImgFilesystem> fs = in TEST_F() local 98 unique_ptr<BootImgFilesystem> fs = in TEST_F() local 123 unique_ptr<BootImgFilesystem> fs = in TEST_F() local 136 unique_ptr<BootImgFilesystem> fs = in TEST_F() local
|
/aosp12/frameworks/native/libs/renderengine/gl/ |
H A D | ProgramCache.cpp | 232 void ProgramCache::generateEOTF(Formatter& fs, const Key& needs) { in generateEOTF() 290 void ProgramCache::generateToneMappingProcess(Formatter& fs, const Key& needs) { in generateToneMappingProcess() 476 void ProgramCache::generateOOTF(Formatter& fs, const ProgramCache::Key& needs) { in generateOOTF() 495 void ProgramCache::generateOETF(Formatter& fs, const Key& needs) { in generateOETF() 589 Formatter fs; in generateFragmentShader() local 798 String8 fs = generateFragmentShader(needs); in generateProgram() local
|
/aosp12/frameworks/av/media/libstagefright/renderfright/gl/ |
H A D | ProgramCache.cpp | 229 void ProgramCache::generateEOTF(Formatter& fs, const Key& needs) { in generateEOTF() 287 void ProgramCache::generateToneMappingProcess(Formatter& fs, const Key& needs) { in generateToneMappingProcess() 473 void ProgramCache::generateOOTF(Formatter& fs, const ProgramCache::Key& needs) { in generateOOTF() 492 void ProgramCache::generateOETF(Formatter& fs, const Key& needs) { in generateOETF() 586 Formatter fs; in generateFragmentShader() local 768 String8 fs = generateFragmentShader(needs); in generateProgram() local
|
/aosp12/system/apex/apexd/ |
H A D | apexd_utils.h | 92 namespace fs = std::filesystem; in WalkDir() local 110 namespace fs = std::filesystem; in ReadDir() local 175 namespace fs = std::filesystem; in DeleteDir() local 186 namespace fs = std::filesystem; in PathExists() local 228 namespace fs = std::filesystem; in GetSubdirs() local 325 namespace fs = std::filesystem; in MoveDir() local
|
H A D | apexd_rollback_utils.h | 63 namespace fs = std::filesystem; in ReplaceFiles() local
|
/aosp12/hardware/qcom/display/msm8909/sdm/libs/core/fb/ |
H A D | hw_info.cpp | 90 Sys::fstream fs(kBWModeBitmap, fstream::in); in GetDynamicBWLimits() local 139 Sys::fstream fs(fb_path, fstream::in); in GetHWResourceInfo() local 361 Sys::fstream fs(kRotatorCapsPath, fstream::in); in GetMDSSRotatorInfo() local 398 Sys::fstream fs(path, fstream::in); in GetV4L2RotatorInfo() local 529 Sys::fstream fs("/sys/devices/virtual/graphics/fb0/msm_fb_type", fstream::in); in GetFirstDisplayInterfaceType() local
|
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/libs/core/fb/ |
H A D | hw_info.cpp | 90 Sys::fstream fs(kBWModeBitmap, fstream::in); in GetDynamicBWLimits() local 139 Sys::fstream fs(fb_path, fstream::in); in GetHWResourceInfo() local 357 Sys::fstream fs(kRotatorCapsPath, fstream::in); in GetMDSSRotatorInfo() local 394 Sys::fstream fs(path, fstream::in); in GetV4L2RotatorInfo() local 525 Sys::fstream fs("/sys/devices/virtual/graphics/fb0/msm_fb_type", fstream::in); in GetFirstDisplayInterfaceType() local
|
/aosp12/hardware/qcom/display/msm8996/sdm/libs/core/fb/ |
H A D | hw_info.cpp | 111 Sys::fstream fs(kBWModeBitmap, fstream::in); in GetDynamicBWLimits() local 156 Sys::fstream fs(fb_path, fstream::in); in GetHWResourceInfo() local 362 Sys::fstream fs(kRotatorCapsPath, fstream::in); in GetMDSSRotatorInfo() local 397 Sys::fstream fs(path, fstream::in); in GetV4L2RotatorInfo() local 507 Sys::fstream fs("/sys/devices/virtual/graphics/fb0/msm_fb_type", fstream::in); in GetFirstDisplayInterfaceType() local
|
/aosp12/hardware/qcom/display/msm8998/sdm/libs/core/fb/ |
H A D | hw_info.cpp | 90 Sys::fstream fs(kBWModeBitmap, fstream::in); in GetDynamicBWLimits() local 139 Sys::fstream fs(fb_path, fstream::in); in GetHWResourceInfo() local 356 Sys::fstream fs(kRotatorCapsPath, fstream::in); in GetMDSSRotatorInfo() local 393 Sys::fstream fs(path, fstream::in); in GetV4L2RotatorInfo() local 524 Sys::fstream fs("/sys/devices/virtual/graphics/fb0/msm_fb_type", fstream::in); in GetFirstDisplayInterfaceType() local
|
/aosp12/hardware/qcom/sdm845/display/sdm/libs/core/fb/ |
H A D | hw_info.cpp | 90 Sys::fstream fs(kBWModeBitmap, fstream::in); in GetDynamicBWLimits() local 139 Sys::fstream fs(fb_path, fstream::in); in GetHWResourceInfo() local 354 Sys::fstream fs(kRotatorCapsPath, fstream::in); in GetMDSSRotatorInfo() local 391 Sys::fstream fs(path, fstream::in); in GetV4L2RotatorInfo() local 524 Sys::fstream fs("/sys/devices/virtual/graphics/fb0/msm_fb_type", fstream::in); in GetFirstDisplayInterfaceType() local
|
/aosp12/hardware/qcom/sm8150/display/sdm/libs/core/fb/ |
H A D | hw_info.cpp | 90 Sys::fstream fs(kBWModeBitmap, fstream::in); in GetDynamicBWLimits() local 139 Sys::fstream fs(fb_path, fstream::in); in GetHWResourceInfo() local 354 Sys::fstream fs(kRotatorCapsPath, fstream::in); in GetMDSSRotatorInfo() local 393 Sys::fstream fs(path, fstream::in); in GetV4L2RotatorInfo() local 529 Sys::fstream fs("/sys/devices/virtual/graphics/fb0/msm_fb_type", fstream::in); in GetFirstDisplayInterfaceType() local
|
/aosp12/build/soong/finder/fs/ |
H A D | fs_test.go | 15 package fs package
|
H A D | readdir_test.go | 15 package fs package
|
H A D | fs_darwin.go | 15 package fs package
|
H A D | fs_linux.go | 15 package fs package
|
/aosp12/system/tools/xsdc/src/com/android/xsdc/ |
H A D | Main.java | 139 FileSystem fs = new FileSystem(packageDir); in main() local 147 FileSystem fs = new FileSystem(new File(outDir)); in main() local
|
/aosp12/system/libvintf/include-test/vintf/ |
H A D | VintfFm.h | 36 VintfFm(std::unique_ptr<WritableFileSystem>&& fs) : mFs(std::move(fs)) {} in VintfFm()
|
/aosp12/system/extras/tests/kernel.config/ |
H A D | nfs_test.cpp | 23 std::string fs; in TEST() local
|
/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/playlist/ |
H A D | M3uPlaylistPersister.java | 37 final FileSystem fs = FileSystems.getDefault(); in read() local
|
H A D | XspfPlaylistPersister.java | 47 final FileSystem fs = FileSystems.getDefault(); in read() local
|
/aosp12/frameworks/compile/mclinker/lib/Support/ |
H A D | RealPath.cpp | 14 namespace fs { namespace
|
/aosp12/frameworks/av/cmds/screenrecord/ |
H A D | Program.cpp | 114 GLuint vs, fs; in createProgram() local 169 status_t Program::linkShaderProgram(GLuint vs, GLuint fs, GLuint* outPgm) { in linkShaderProgram()
|