Home
last modified time | relevance | path

Searched refs:stat (Results 476 - 500 of 660) sorted by relevance

1...<<11121314151617181920>>...27

/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_frame.c58 struct stat statInfo; in GetTarTotalBlockLength()
71 ret = stat(path, &statInfo); in GetTarTotalBlockLength()
73 DFILE_LOGE(TAG, "get stat error: %d", ret); in GetTarTotalBlockLength()
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dbase_restore.cpp625 struct stat srcStatInfo {}; in IsSameAudioFile()
626 struct stat dstStatInfo {}; in IsSameAudioFile()
631 if (stat(srcPath.c_str(), &srcStatInfo) != 0) { in IsSameAudioFile()
635 if (stat(dstPath.c_str(), &dstStatInfo) != 0) { in IsSameAudioFile()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_backup_test/src/
H A Dmedialibrary_backup_test.cpp20 #include <sys/stat.h>
381 struct stat bufBefore; in HWTEST_F()
383 stat(path, &bufBefore); in HWTEST_F()
390 struct stat bufAfter; in HWTEST_F()
391 stat(path, &bufAfter); in HWTEST_F()
/foundation/ability/idl_tool/idl_tool_2/util/
H A Doptions.cpp22 #include <sys/stat.h>
/foundation/ability/ability_runtime/frameworks/native/ability/native/recovery/
H A Dapp_recovery.cpp22 #include <sys/stat.h>
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Duser_unlocked_event_subscriber.cpp18 #include <sys/stat.h>
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_code_signature_test/
H A Dbundle_mgr_code_signature_system_test.cpp18 #include <sys/stat.h>
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_uninstaller_test/
H A Dbms_bundle_uninstaller_test.cpp19 #include <sys/stat.h>
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_updater_test/
H A Dbms_bundle_updater_test.cpp19 #include <sys/stat.h>
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
H A Dfont_config.cpp22 #include <sys/stat.h>
H A Dfont_descriptor_cache.cpp22 #include <sys/stat.h>
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/benchmarks/benchmark_dcl/
H A Ddrawing_playback.cpp480 struct stat statbuf; in LoadDrawCmdList()
/foundation/multimedia/av_codec/test/unittest/audio_encoder_filter_test/
H A Daudio_encoder_filter_unitest.cpp16 #include <sys/stat.h>
/foundation/multimedia/media_foundation/services/media_monitor/server/src/
H A Dmedia_monitor_service.cpp18 #include <sys/stat.h>
/foundation/multimedia/av_codec/test/fuzztest/audiomuxer_fuzzer/
H A Daudio_muxer_demo.cpp21 #include <sys/stat.h>
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
H A Dfile_metadata_stream.cpp21 #include <sys/stat.h>
/foundation/multimedia/player_framework/frameworks/native/audio_haptic/
H A Daudio_haptic_vibrator_impl.cpp19 #include <sys/stat.h>
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_photo_operations_test/src/
H A Dmedialibrary_photo_edit_test.cpp24 #include <sys/stat.h>
/foundation/multimodalinput/input/service/event_handler/src/
H A Dinput_event_handler.cpp24 #include <sys/stat.h>
/foundation/multimodalinput/input/service/event_handler/test/
H A Dinput_event_handler_test.cpp18 #include <sys/stat.h>
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/
H A Dwifi_settings.h21 #include <sys/stat.h>
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_tools_unit_test.h24 #include <sys/stat.h>
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_encrypt_decrypt_test.cpp17 #include <sys/stat.h>
H A Drdb_double_write_concurrent_test.cpp21 #include <sys/stat.h>
H A Drdb_predicates_join_b_test.cpp17 #include <sys/stat.h>

Completed in 25 milliseconds

1...<<11121314151617181920>>...27