OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:id_filepath
(Results
1 - 1
of
1
) sorted by null
/hardware/intel/audio_media/hdmi/
tinyaudio_hw.c
156
char
id_filepath
[PATH_MAX] = {0};
local
160
snprintf(
id_filepath
, sizeof(
id_filepath
), "/proc/asound/%s", name);
162
written = readlink(
id_filepath
, number_filepath, sizeof(number_filepath));
166
} else if (written >= (ssize_t)sizeof(
id_filepath
)) {
Completed in 473 milliseconds