Home
last modified time | relevance | path

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

/aosp_15_r20/external/libchrome/base/
H A Denvironment.h52 typedef string16 NativeEnvironmentString; typedef
53 typedef std::map<NativeEnvironmentString, NativeEnvironmentString>
71 typedef std::string NativeEnvironmentString; typedef
72 typedef std::map<NativeEnvironmentString, NativeEnvironmentString>
H A Denvironment.cc107 size_t ParseEnvLine(const NativeEnvironmentString::value_type* input, in ParseEnvLine()
108 NativeEnvironmentString* key) { in ParseEnvLine()
113 *key = NativeEnvironmentString(&input[0], cur); in ParseEnvLine()
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/1/external/libchrome/base/
Denvironment.h55 typedef string16 NativeEnvironmentString; typedef
56 typedef std::map<NativeEnvironmentString, NativeEnvironmentString>
74 typedef std::string NativeEnvironmentString; typedef
75 typedef std::map<NativeEnvironmentString, NativeEnvironmentString>
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/
Denvironment.h55 typedef string16 NativeEnvironmentString; typedef
56 typedef std::map<NativeEnvironmentString, NativeEnvironmentString>
74 typedef std::string NativeEnvironmentString; typedef
75 typedef std::map<NativeEnvironmentString, NativeEnvironmentString>
/aosp_15_r20/external/cronet/base/process/
H A Denvironment_internal.cc30 size_t ParseEnvLine(const NativeEnvironmentString::value_type* input, in ParseEnvLine()
31 NativeEnvironmentString* key) { in ParseEnvLine()
36 *key = NativeEnvironmentString(&input[0], cur); in ParseEnvLine()
100 NativeEnvironmentString AlterEnvironment(const wchar_t* env, in AlterEnvironment()
102 NativeEnvironmentString result; in AlterEnvironment()
H A Denvironment_internal.h46 BASE_EXPORT NativeEnvironmentString
H A Denvironment_internal_unittest.cc39 NativeEnvironmentString e; in TEST_F()
/aosp_15_r20/external/cronet/base/
H A Denvironment.h51 using NativeEnvironmentString = std::wstring; variable
53 using NativeEnvironmentString = std::string; variable
56 std::map<NativeEnvironmentString, NativeEnvironmentString>;
/aosp_15_r20/external/cronet/net/test/
H A Dpython_utils.cc23 base::NativeEnvironmentString path_str; in SetPythonPathInEnvironment()
40 (*map)[kVPythonClearPathEnv] = base::NativeEnvironmentString(); in SetPythonPathInEnvironment()
H A Dpython_utils_unittest.cc31 EXPECT_EQ(base::NativeEnvironmentString(), in TEST()