Home
last modified time | relevance | path

Searched refs:tmpfile (Results 1 - 3 of 3) sorted by relevance

/drivers/peripheral/audio/test/fuzztest/audio_config_fuzzer/pathselectconfig_fuzzer/
H A Dpathselectconfig_fuzzer.cpp34 char tmpfile[] = HDF_CONFIG_DIR"/alsa_paths.json"; in DoSomethingInterestingWithMyAPI() local
36 char tmpfile[] = HDF_CONFIG_DIR"/audio_paths.json"; in DoSomethingInterestingWithMyAPI() local
39 int fd = mkstemp(tmpfile); in DoSomethingInterestingWithMyAPI()
53 remove(tmpfile); in DoSomethingInterestingWithMyAPI()
/drivers/peripheral/audio/effect/test/fuzztest/effectconfig_fuzzer/
H A Deffectconfig_fuzzer.cpp35 char tmpfile[] = "/tmp/fuzz-XXXXXX"; in DoSomethingInterestingWithMyAPI() local
36 int fd = mkstemp(tmpfile); in DoSomethingInterestingWithMyAPI()
45 int ret = AudioEffectGetConfigDescriptor(tmpfile, &cfgDesc); in DoSomethingInterestingWithMyAPI()
52 remove(tmpfile); in DoSomethingInterestingWithMyAPI()
/drivers/peripheral/audio/test/fuzztest/audio_config_fuzzer/audiocardconfig_fuzzer/
H A Daudiocardconfig_fuzzer.cpp33 char tmpfile[] = HDF_CONFIG_DIR"/alsa_adapter.json"; in DoSomethingInterestingWithMyAPI() local
35 int fd = mkstemp(tmpfile); in DoSomethingInterestingWithMyAPI()
49 remove(tmpfile); in DoSomethingInterestingWithMyAPI()

Completed in 1 milliseconds