Lines Matching refs:fullPath
368 void ExcuteSubProc(const UpdaterParams &upParams, const std::string &fullPath, int pipeWrite)
385 execl(fullPath.c_str(), fullPath.c_str(), upParams.updatePackage[upParams.pkgLocation].c_str(),
458 std::string fullPath = GetWorkPath() + std::string(UPDATER_BINARY);
459 (void)Utils::DeleteFile(fullPath);
463 fullPath = "/bin/updater_binary";
467 fullPath = "/data/updater/updater_binary";
470 if (chmod(fullPath.c_str(), S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH) != 0) {
475 Restorecon(fullPath.c_str());
490 ExcuteSubProc(upParams, fullPath, pipeWrite);