Home
last modified time | relevance | path

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

/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/core-impl/collections/db/sql/
H A DSqlCollectionLocation.cpp89 bool path_exists_writable = false; in isWritable() local
105 path_exists_writable = true; in isWritable()
107 return path_exists_with_space && path_exists_writable; in isWritable()