Home
last modified time | relevance | path

Searched refs:DUMP_FILE_PATH (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_screen/services/common/utils/src/
H A Ddscreen_hidumper.cpp107 if (access(DUMP_FILE_PATH.c_str(), 0) < 0) { in DumpScreenData()
108 if (mkdir(DUMP_FILE_PATH.c_str(), S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH)) { in DumpScreenData()
110 DHLOGI("dir path : %{public}s", DUMP_FILE_PATH.c_str()); in DumpScreenData()
128 if (access(DUMP_FILE_PATH.c_str(), 0) < 0) { in ReDumpScreenData()
129 if (mkdir(DUMP_FILE_PATH.c_str(), S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH)) { in ReDumpScreenData()
131 DHLOGI("dir path : %{public}s", DUMP_FILE_PATH.c_str()); in ReDumpScreenData()
223 std::string fileName = DUMP_FILE_PATH + "/" + file + std::to_string(video.width) + ")_height(" + in SaveFile()
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/servicesink/src/
H A Ddaudio_sink_hidumper.cpp107 if (access(DUMP_FILE_PATH.c_str(), 0) < 0) { in StartDumpData()
108 if (mkdir(DUMP_FILE_PATH.c_str(), S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH)) { in StartDumpData()
/ohos5.0/foundation/distributedhardware/distributed_audio/common/dfx_utils/src/
H A Ddaudio_hidumper.cpp169 if (access(DUMP_FILE_PATH.c_str(), 0) < 0) { in StartDumpData()
170 if (mkdir(DUMP_FILE_PATH.c_str(), S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH)) { in StartDumpData()
/ohos5.0/foundation/distributedhardware/distributed_audio/common/include/
H A Ddaudio_constants.h152 const std::string DUMP_FILE_PATH = "/data/data/daudio"; variable
/ohos5.0/foundation/multimedia/av_codec/test/unittest/sa_avcodec_test/
H A Dsa_avcodec_unit_test.cpp38 const std::string DUMP_FILE_PATH = "/data/test/media/dump.txt"; variable
402 int32_t fileFd = open(DUMP_FILE_PATH.c_str(), O_RDWR | O_CREAT, S_IRUSR | S_IWUSR | S_IRGRP);
/ohos5.0/foundation/distributedhardware/distributed_screen/common/include/
H A Ddscreen_constants.h94 const std::string DUMP_FILE_PATH = "/data/data/dscreen"; variable