Searched refs:normalize (Results 1 – 5 of 5) sorted by relevance
/system/libhidl/vintfdata/ |
D | Android.mk | 66 -i $(call normalize-path-list,$(PRIVATE_DEVICE_MATRIX_INPUT_FILE)) \ 88 -i $(call normalize-path-list,$(PRIVATE_SYSTEM_MANIFEST_INPUT_FILES)) \ 109 -i $(call normalize-path-list,$(PRIVATE_PRODUCT_MANIFEST_FILES)) \ 132 -i $(call normalize-path-list,$(PRIVATE_SYSTEM_EXT_MANIFEST_FILES)) \
|
/system/incremental_delivery/incfs/ |
D | MountRegistry.cpp | 109 auto [index, _] = rootIndex(path::normalize(path)); in rootFor() 118 auto normalPath = path::normalize(path); in rootAndSubpathFor() 132 auto absolute = path::normalize(root); in addRoot() 134 roots.push_back({std::move(absolute), path::normalize(backingDir), {it}}); in addRoot() 138 auto absolute = path::normalize(root); in removeRoot() 168 auto whatAbsolute = path::normalize(what); in addBind() 180 .insert_or_assign(path::normalize(where), Bind{std::move(realSubdir), root}) in addBind() 186 auto absolute = path::normalize(what); in removeBind() 333 mountPoint = path::normalize(mountPoint); in loadFrom()
|
D | path.cpp | 70 std::string normalize(std::string_view path) { in normalize() function
|
/system/media/audio_utils/include/audio_utils/ |
D | Balance.h | 51 , mCurve(normalize(std::move(curve))) { } in mRamp() 158 static std::function<T(T)> normalize(std::function<T(T)> f) { in normalize() function
|
/system/incremental_delivery/incfs/include/ |
D | path.h | 34 std::string normalize(std::string_view path);
|