HomeSort by relevance Sort by last modified time
    Searched refs:target_str (Results 1 - 2 of 2) sorted by null

  /system/core/adb/
adb.c 888 * target_str points to the target string, it's content will be overwritten.
892 void build_local_name(char* target_str, size_t target_size, int server_port)
894 snprintf(target_str, target_size, "tcp:%d", server_port);
    [all...]
  /external/chromium/base/
file_util_unittest.cc 71 std::wstring target_str; local
74 target_str += kPathPrefix;
75 target_str += target_path.value();
76 const wchar_t* target = target_str.c_str();
    [all...]

Completed in 3416 milliseconds