Home
last modified time | relevance | path

Searched defs:fs (Results 1 – 20 of 20) sorted by relevance

/system/update_engine/payload_generator/
Dsquashfs_filesystem_unittest.cc75 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
156 unique_ptr<SquashfsFilesystem> fs = SquashfsFilesystem::CreateFromFileMap( in TEST_F() local
170 unique_ptr<SquashfsFilesystem> fs = SquashfsFilesystem::CreateFromFileMap( in TEST_F() local
183 unique_ptr<SquashfsFilesystem> fs = SquashfsFilesystem::CreateFromFileMap( in TEST_F() local
197 unique_ptr<SquashfsFilesystem> fs = SquashfsFilesystem::CreateFromFileMap( in TEST_F() local
212 unique_ptr<SquashfsFilesystem> fs = SquashfsFilesystem::CreateFromFileMap( in TEST_F() local
227 unique_ptr<SquashfsFilesystem> fs = SquashfsFilesystem::CreateFromFileMap( in TEST_F() local
241 unique_ptr<SquashfsFilesystem> fs = SquashfsFilesystem::CreateFromFileMap( in TEST_F() local
[all …]
Dmapfile_filesystem_unittest.cc63 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
Dext2_filesystem_unittest.cc67 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
Dboot_img_filesystem_unittest.cc58 unique_ptr<BootImgFilesystem> fs = in TEST_F() local
83 unique_ptr<BootImgFilesystem> fs = in TEST_F() local
96 unique_ptr<BootImgFilesystem> fs = in TEST_F() local
Dext2_filesystem.cc52 int ProcessInodeAllBlocks(ext2_filsys fs, in ProcessInodeAllBlocks()
66 int AddMetadataBlocks(ext2_filsys fs, in AddMetadataBlocks()
/system/libvintf/
DVintfObjectRecovery.cpp82 const FileSystem* fs = nullptr; in fetch() local
90 const FileSystem* fs = nullptr; in listFiles() local
102 status_t getFileSystem(const std::string& path, const FileSystem** fs, in getFileSystem()
/system/tools/xsdc/src/com/android/xsdc/
DMain.java101 FileSystem fs = new FileSystem(packageDir); in main() local
107 FileSystem fs = new FileSystem(new File(outDir)); in main() local
/system/apex/apexd/
Dapexd_utils.h87 namespace fs = std::filesystem; in WalkDir() local
105 namespace fs = std::filesystem; in ReadDir() local
166 namespace fs = std::filesystem; in PathExists() local
/system/extras/tests/kernel.config/
Dnfs_test.cpp23 std::string fs; in TEST() local
/system/core/libpixelflinger/codeflinger/
Dblending.cpp74 int fs = component==GGLFormat::ALPHA ? mBlendSrcA : mBlendSrc; in build_blending() local
378 int GGLAssembler::blending_codes(int fs, int fd) in blending_codes()
480 int fs = f.size(); in mul_factor() local
575 int fs = f.size(); in mul_factor_add() local
DGGLAssembler.cpp159 int fs = i==GGLFormat::ALPHA ? mBlendSrcA : mBlendSrc; in scanline_core() local
490 int fs = component==GGLFormat::ALPHA ? mBlendSrcA : mBlendSrc; in build_incoming_component() local
Dmips_opcode.h75 unsigned fs: 5; member
109 unsigned fs: 5; member
/system/tools/xsdc/tests/src/com/android/xsdc/tests/
DTestHelper.java109 FileSystem fs = new FileSystem(fileOutputMap); in parseXsdAndCompile() local
/system/core/libunwindstack/include/unwindstack/
DUserX86_64.h60 uint64_t fs; member
DUcontextX86.h46 uint32_t fs; member
/system/core/sdcard/
Dsdcard.cpp56 for (const auto& fs : android::base::Split(filesystems, "\n")) { in supports_esdfs() local
/system/tools/xsdc/src/com/android/xsdc/java/
DJavaCodeGenerator.java82 public void print(FileSystem fs) in print()
/system/tools/xsdc/src/com/android/xsdc/cpp/
DCppCodeGenerator.java92 public void print(FileSystem fs) in print()
/system/libhidl/transport/
DServiceManagement.cpp135 std::fstream fs(kTasks + dp->d_name + "/comm"); in tryShortenProcessName() local
/system/core/fs_mgr/
Dfs_mgr_overlayfs.cpp1000 struct statfs fs; in fs_mgr_has_shared_blocks() local