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

  /external/libbrillo/brillo/
process_information.h 46 cwd_.clear();
47 cwd_.swap(*value);
50 const std::string& get_cwd() { return cwd_; }
59 std::string cwd_; member in class:brillo::ProcessInformation
  /system/core/adb/
bugreport_test.cpp 131 if (!getcwd(&cwd_)) {
148 std::string cwd_; // TODO: make it static member in class:BugreportTest
183 android::base::StringPrintf("%s%cda_bugreport.zip", cwd_.c_str(), OS_PATH_SEPARATOR);
200 android::base::StringPrintf("%s%cda_bugreport.zip", cwd_.c_str(), OS_PATH_SEPARATOR);
  /system/core/libunwindstack/tests/
UnwindOfflineTest.cpp 57 if (cwd_ != nullptr) {
58 ASSERT_EQ(0, chdir(cwd_));
60 free(cwd_); variable
119 cwd_ = getcwd(nullptr, 0);
122 dir_ = std::string(cwd_) + '/' + dir_;
153 char* cwd_ = nullptr; member in class:unwindstack::UnwindOfflineTest
    [all...]

Completed in 101 milliseconds