Home
last modified time | relevance | path

Searched refs:stat (Results 126 - 150 of 660) sorted by relevance

12345678910>>...27

/foundation/multimedia/av_codec/test/moduletest/demuxer/src/InnerAPI/
H A Dfunc_test.cpp97 struct stat fileStatus {}; in HWTEST_F()
98 if (stat(g_doubleHevcPath.c_str(), &fileStatus) == 0) { in HWTEST_F()
147 struct stat fileStatus {}; in HWTEST_F()
148 if (stat(g_singleHevcPath.c_str(), &fileStatus) == 0) { in HWTEST_F()
179 struct stat fileStatus {}; in HWTEST_F()
180 if (stat(g_singleRkPath.c_str(), &fileStatus) == 0) { in HWTEST_F()
206 struct stat fileStatus {}; in HWTEST_F()
207 if (stat(g_xmPath.c_str(), &fileStatus) == 0) { in HWTEST_F()
234 struct stat fileStatus {}; in HWTEST_F()
235 if (stat(g_doubleVividPat in HWTEST_F()
[all...]
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dcopy.cpp23 #include <sys/stat.h>
86 struct stat srcStat{}; in SendFileCore()
88 LOGE("Failed to get stat of file by fd: %{public}d ,errno = %{public}d", srcFdg->GetFD(), errno); in SendFileCore()
158 struct stat buf {}; in IsFile()
159 int ret = stat(path.c_str(), &buf); in IsFile()
161 LOGI("stat failed, errno is %{public}d, ", errno); in IsFile()
169 struct stat buf {}; in GetFileSize()
170 int ret = stat(path.c_str(), &buf); in GetFileSize()
296 struct stat buf {}; in IsDirectory()
297 int ret = stat(pat in IsDirectory()
[all...]
H A Dlist_file.cpp131 struct stat info; in FilterFilesizeOver()
133 int32_t res = stat(stPath.c_str(), &info); in FilterFilesizeOver()
135 LOGE("Failed to stat file."); in FilterFilesizeOver()
149 struct stat info; in FilterLastModifyTime()
151 int32_t res = stat(stPath.c_str(), &info); in FilterLastModifyTime()
153 LOGE("Failed to stat file."); in FilterLastModifyTime()
/foundation/arkui/ace_engine/frameworks/base/resource/
H A Ddata_provider_manager.cpp18 #include <sys/stat.h>
56 struct stat statBuf; in GetDataProviderResFromUri()
59 LOGW("get file %{public}s stat fail.", uriStr.c_str()); in GetDataProviderResFromUri()
/foundation/arkui/ace_engine_lite/frameworks/common/memory/
H A Dmem_proc.cpp47 struct stat fileStat; in ClearUp()
49 int32_t state = stat(MEM_LOG_FILE_PATH, &fileStat); in ClearUp()
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/
H A Dothers_clone_restore.h19 #include <sys/stat.h>
56 void SetFileInfosInCurrentDir(const std::string &file, struct stat &statInfo);
/foundation/multimedia/player_framework/test/unittest/soundpool_test/src/
H A Dsoundpool_mock.cpp122 struct stat fileStatus {}; in GetFileSize()
123 if (stat(fileName.c_str(), &fileStatus) == 0) { in GetFileSize()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dshared_block_serializer_info.cpp25 SharedBlockSerializerInfo::SharedBlockSerializerInfo(AppDataFwk::SharedBlock *sharedBlock, sqlite3_stmt *stat, in SharedBlockSerializerInfo() argument
27 : sharedBlock_(sharedBlock), statement_(stat), anumColumns(numColumns), atotalRows(0), astartPos(startPos), in SharedBlockSerializerInfo()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/
H A Dfstat.cpp49 struct stat buf; in Sync()
72 struct stat stat_;
H A Dlstat.cpp49 struct stat buf; in Sync()
71 struct stat stat_;
/foundation/filemanagement/storage_service/services/storage_daemon/libfscrypt/src/
H A Dinit_utils.c28 struct stat fileStat = {0}; in ReadFileToBuf()
31 if (stat(configFile, &fileStat) != 0 || in ReadFileToBuf()
/foundation/filemanagement/storage_service/services/storage_daemon/utils/test/common/
H A Dhelp_utils.cpp24 #include <sys/stat.h>
78 struct stat st; in CheckDir()
171 struct stat st; in RmDirRecurse()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Dstd_filesystem.cpp25 #include <sys/stat.h>
229 struct stat ds {}; in GetEntry()
230 if (stat(canonicalPath, &ds) != 0) { in GetEntry()
/foundation/multimedia/av_codec/test/unittest/reference_parser_test/reference_parser_demo/
H A Dreference_parser_demo.cpp20 #include <sys/stat.h>
73 struct stat fileStatus {}; in InitScene()
74 if (stat(filePath.c_str(), &fileStatus) != 0) { in InitScene()
/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/src/utils/
H A Dfile_utils.cpp20 #include <sys/stat.h>
55 struct stat statInfo {}; in IsFileExist()
56 return ((stat(fileName.c_str(), &statInfo)) == E_SUCCESS); in IsFileExist()
/foundation/communication/ipc/ipc/native/src/mock/source/
H A Dbinder_connector.cpp25 #include <sys/stat.h>
103 struct stat stat_unused; in InitActvBinderConfig()
105 if (stat(ACTV_BINDER_SERVICES_CONFIG, &stat_unused) == 0) { in InitActvBinderConfig()
/foundation/distributeddatamgr/kv_store/databaseutils/src/
H A Dacl.cpp27 #include <sys/stat.h>
165 struct stat st; in AclFromMode()
166 if (stat(path_.c_str(), &st) == -1) { in AclFromMode()
/foundation/filemanagement/storage_service/services/storage_daemon/file_sharing/src/
H A Dsetacl.cpp20 #include <sys/stat.h>
187 struct stat st; in AclFromMode()
189 if (stat(file.c_str(), &st) == -1) { in AclFromMode()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_unittest_utils/src/
H A Dmedialibrary_unittest_utils.cpp20 #include <sys/stat.h>
121 struct stat statInfo {}; in IsFileExists()
122 int errCode = stat(filePath.c_str(), &statInfo); in IsFileExists()
331 struct stat statbuf; in writeBytesToFile()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_gpu_context.cpp210 SkString stat; in DumpGpuStats() local
211 grContext_->priv().dumpGpuStats(&stat); in DumpGpuStats()
212 grContext_->dumpVmaStats(&stat); in DumpGpuStats()
213 out = stat.c_str(); in DumpGpuStats()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/mediascanner_test/include/
H A Dmediascanner_unit_test.h25 #include <sys/stat.h>
/foundation/multimedia/player_framework/test/fuzztest/common/
H A Daw_common.cpp17 #include <sys/stat.h>
/foundation/multimodalinput/input/tools/vuinput/include/
H A Dvirtual_device_config.h32 #include <sys/stat.h>
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sub_manage/
H A Dwifi_common_service_manager.h19 #include <sys/stat.h>
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_hal/unittest/
H A Dwifi_hal_vendor_interface_test.c18 #include <sys/stat.h>

Completed in 15 milliseconds

12345678910>>...27