Searched refs:normalize (Results 1 – 6 of 6) sorted by relevance
/system/libhidl/vintfdata/ |
D | Android.mk | 63 -i $(call normalize-path-list,$(PRIVATE_DEVICE_MATRIX_INPUT_FILE)) \ 82 -i $(call normalize-path-list,$(PRIVATE_SYSTEM_MANIFEST_INPUT_FILES)) \ 100 -i $(call normalize-path-list,$(PRIVATE_PRODUCT_MANIFEST_FILES)) \ 120 -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() 165 auto srcAbsolute = path::normalize(src); in moveBind() 166 auto destAbsolute = path::normalize(dest); in moveBind() 195 auto whatAbsolute = path::normalize(what); in addBind() 207 .insert_or_assign(path::normalize(where), in addBind() 214 auto absolute = path::normalize(what); in removeBind() [all …]
|
D | path.h | 34 std::string normalize(std::string_view path);
|
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() 144 static std::function<T(T)> normalize(std::function<T(T)> f) { in normalize() function
|
/system/core/libpixelflinger/codeflinger/ |
D | GGLAssembler.cpp | 866 static void normalize(uint32_t& val, uint32_t& rot) in normalize() function 912 normalize(mask, rot); in build_and_immediate()
|