Home
last modified time | relevance | path

Searched refs:get_file_size (Results 1 – 20 of 20) sorted by relevance

/external/autotest/client/bin/result_tools/
Dresult_info_lib.py24 def get_file_size(path): function
Dresult_info.py350 return result_info_lib.get_file_size(self._path)
/external/libxcam/xcore/
Dfile_handle.h42 XCamReturn get_file_size (size_t &size);
Dcalibration_parser.cpp203 WARNING, xcam_ret_is_ok (ret = file_reader.get_file_size (file_size)), ret, in parse_intrinsic_file()
229 WARNING, xcam_ret_is_ok (ret = file_reader.get_file_size (file_size)), ret, in parse_extrinsic_file()
Dfile_handle.cpp100 FileHandle::get_file_size (size_t &size) in get_file_size() function in XCam::FileHandle
/external/ltp/testcases/kernel/io/disktest/
Dsfunc.h131 OFF_T get_file_size(char *);
Dparse.c867 if (0 != get_file_size(args->device)) { /* file size retrieved */ in make_assumptions()
868 args->vsiz = get_file_size(args->device); in make_assumptions()
Dsfunc.c519 OFF_T get_file_size(char *device) in get_file_size() function
/external/autotest/client/cros/faft/utils/
Drootfs_handler.py63 count = self.os_if.get_file_size(_DM_DEV_PATH)
Dsaft_flashrom_util.py165 self.check_layout(layout_data, self.os_if.get_file_size(file_name))
Dos_interface.py195 def get_file_size(self, path): member in OSInterface
/external/libxcam/tests/
Dtest-binary-kernel.cpp104 ret = src_file.get_file_size (src_size); in main()
Dtest-cl-image.cpp332 if (file.get_file_size (size) != XCAM_RETURN_NO_ERROR) { in main()
/external/fsverity-utils/
Dutil.h132 bool get_file_size(struct filedes *file, u64 *size_ret);
Dutil.c147 bool get_file_size(struct filedes *file, u64 *size_ret) in get_file_size() function
Delide_patch.c86 if (!get_file_size(&patchfile, &length)) in parse_patch_option()
Dsign.c434 if (!get_file_size(&file, &filesize)) in read_signature()
Dcmd_setup.c356 if (!get_file_size(in, &filesize)) in fsveritysetup()
/external/libcxx/src/filesystem/
Ddirectory_iterator.cpp79 static uintmax_t get_file_size(const WIN32_FIND_DATA& data) {
/external/libxcam/modules/ocl/
Dcl_kernel.cpp162 cache_file.get_file_size (read_cache_size); in build_kernel()