Searched defs:portable (Results 1 - 2 of 2) sorted by relevance

/external/flatbuffers/android/jni/
H A Dinclude.mk41 realpath-portable = $(join $(filter %:,$(subst :,: ,$1)),\
57 $(call realpath-portable,$(dir $(lastword $(MAKEFILE_LIST)))/../..)
81 $(call realpath-portable,$(LOCAL_PATH)/../../../../../../prebuilts/cmake)
98 # Windows friendly portable local path.
186 realpath-portable,$(LOCAL_PATH)/$1))
215 # LOCAL_PATH := $(call realpath-portable,$(LOCAL_PATH))
/external/libchrome/base/strings/
H A Dstring_util_unittest.cc1059 bool portable; member in struct:base::__anon10977
1084 EXPECT_EQ(cases[i].portable, IsWprintfFormatPortable(cases[i].input));

Completed in 114 milliseconds