Searched defs:postfix (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/cmds/installd/tests/
H A Dinstalld_utils_test.cpp298 char postfix[postfixSize + 1]; local
299 memset(postfix, 'a', postfixSize);
300 postfix[postfixSize] = '\0';
302 EXPECT_EQ(-1, create_pkg_path(path, "com.example.package", postfix, 0))
303 << "Should return error because postfix is too long.";
310 << "Should return error because postfix is too long.";
393 << "Should return error because postfix is too long.";
/frameworks/base/cmds/installd/
H A Dutils.c24 const char* postfix)
26 const size_t postfix_len = strlen(postfix);
46 || append_and_increment(&dst, postfix, &dst_size) < 0) {
55 * Create the package path name for a given package name with a postfix for
60 const char *postfix,
97 return create_pkg_path_in_dir(path, &dir, pkgname, postfix);
21 create_pkg_path_in_dir(char path[PKG_PATH_MAX], const dir_rec_t* dir, const char* pkgname, const char* postfix) argument
58 create_pkg_path(char path[PKG_PATH_MAX], const char *pkgname, const char *postfix, uid_t persona) argument
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiNative.java482 public boolean setP2pSsidPostfix(String postfix) { argument
483 return doBooleanCommand("SET p2p_ssid_postfix " + postfix);

Completed in 188 milliseconds