HomeSort by relevance Sort by last modified time
    Searched defs:root_path (Results 1 - 4 of 4) sorted by null

  /external/google-breakpad/src/tools/windows/dump_syms/
dump_syms_unittest.cc 186 std::wstring root_path = testdata_dir + L"\\" + root_name; local
188 std::wstring sym_path = root_path + L".sym";
192 std::wstring pdb_path = root_path + L".pdb";
  /external/selinux/policycoreutils/sestatus/
sestatus.c 176 char *context, *root_path; local
253 root_path = strdup(root_dir);
254 if (!root_path) {
259 root_path[strlen(root_path) - 1] = '\0';
260 printf("%s\n", root_path);
261 free(root_path);
  /external/libweave/src/
component_manager_impl.cc 665 std::string root_path; local
672 "Empty path element at '%s'", root_path.c_str());
691 if (!root_path.empty()) {
699 element.first.c_str(), root_path.c_str());
707 element.first.c_str(), root_path.c_str());
715 root_path.c_str(), element.first.c_str());
721 root_path.c_str(), element.first.c_str());
734 "Element '%s.%s' does not contain item #%d", root_path.c_str(),
738 if (!root_path.empty())
739 root_path += '.'
    [all...]
  /frameworks/native/cmds/installd/
installd.cpp 572 const char* root_path = getenv("ANDROID_ROOT"); local
573 if (root_path == nullptr) {
578 return init_globals_from_data_and_root(data_path, root_path);

Completed in 206 milliseconds