Home
last modified time | relevance | path

Searched refs:unique_path (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/core/fs_mgr/libdm/
H A Ddm.cpp104 std::string unique_path; in DeleteDevice() local
105 if (!GetDeviceUniquePath(name, &unique_path)) { in DeleteDevice()
126 if (unique_path.empty()) { in DeleteDevice()
129 if (!WaitForFileDeleted(unique_path, timeout_ms)) { in DeleteDevice()
130 LOG(ERROR) << "Failed waiting for " << unique_path << " to be deleted"; in DeleteDevice()
183 std::string unique_path; in WaitForDevice() local
184 if (!GetDeviceUniquePath(name, &unique_path) || !GetDmDevicePathByName(name, path)) { in WaitForDevice()
198 unique_path = *path; in WaitForDevice()
202 if (!WaitForFile(unique_path, timeout_ms)) { in WaitForDevice()
203 LOG(ERROR) << "Failed waiting for device path: " << unique_path; in WaitForDevice()
/aosp12/system/media/audio_utils/fuzz/sndfile_fuzzer/
H A Dsndfile_fuzzer.cpp44 std::string unique_path = TEMP_DATA_PATH + std::to_string(pid); in getUniquePath() local
45 return unique_path; in getUniquePath()